﻿@charset "utf-8";

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
common
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

html, body { height: 100%; }
body { 
-webkit-text-size-adjust: 100%; 
font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#wrapper {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	min-width: 270px;
	min-height: 100%;
	word-break: break-all;
	margin-top:-30px;
}

a { text-decoration: none; }
img { vertical-align: top; }

#container {
	width: 100%;
	background-position: 0px 0px!important;
}
#container #cont {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 6px 0;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
header
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
header h1 {
	text-align: center;
}
#key_visual {
	border-bottom: 1px solid #8edbfe;
	text-align: center;
}
#gnav {
	width: 100%;
	min-width: 270px;
	margin: 0 auto;
	background-color: #f8f8f8;
}
#gnav ul {
	display:block;
	padding: 4px 6px;
}
#gnav li {
	padding:2px 3px;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#gnav li:last-child { margin-right: 0; }
#gnav li a {
	background: url(/common2015/img/list02_bg.png) no-repeat left center;
	float: left;
	padding-left:9px;
	color: #3388ff;
}
#gnav li.current a{	
	color: #dd55aa;
}

 /* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
共通
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#detail {
	font-size: 10px;
	text-align: center;
	padding: 4px 2% 10px;
}
#detail a {
	color: #9a9a9a;
	display: block;
	padding: 3px 8px 2px;
	background: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#detail a:after {
	content: "";
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-left: 3px;
	background: url(//common2015/loppi/img/icon_help.gif) no-repeat center center;
	background-size: 10px;
	-moz-background-size: 10px;
	-webkit-background-size: 10px;
}
#list { width: 98%; margin-left: 2%; }
#list .item {
	width: 47%;
	margin-bottom: 10px;
	background-color: #fff; 
	border-radius: 5px;
  -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#list .item:last-child { margin-bottom: 5px; }
#list .item a { display: block; }
#list .item a:active { opacity:0.5; }
#list .item .photo {
	border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	overflow: hidden;
}
#list .item .photo img { width: 100%; }
#list .item .title {
	padding: 10px 13px 4px 13px;
	color: #333;
	font-size: 11px;
	letter-spacing: -0.5px;
}
#list .item .text {
	padding: 0 8px 10px 13px;
	color: #999;
	font-size: 10px;
	line-height: 13px;
}
#list .item .flag {
	padding: 10px 13px 10px 13px;
	color: #333;
	font-size: 11px;
}
#list .item .flag span.tokuten{
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background-color: #ff5151;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-right:3px;
	padding: 0.2em 0.5em;
}
#list .item .flag span.gentei{
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background-color: #ff9966;
	margin-top: -6px;
	margin-bottom: 6px;
	margin-right:3px;
	padding: 0.2em 0.5em;
}


	#gotop { margin: 0; padding: 10px 15px;  }
	#gotop:after {
		content: "";
		display: block;
		clear: both;
	}
	#gotop a {
		display: block;
		float: right;
		width: 37px;
		height: 0;
		padding-top: 37px;
		overflow: hidden;
		background: url(//common2015/loppi/img/gotop.gif) no-repeat center center;
		background-size: 100%;
		border-radius: 50%;
		-moz-border-radius: 50%;
		-webkit-border-radius: 50%;
	}