/*
Theme Name: twentythirteen_child
Template: TwentyThirteen
*/
 
@import url('../twentythirteen/style.css');
@import url('style.css');

/**
 * トップページ
 * ----------------------------------------------------------------------------
 */
 
#cat-ichiran,
#spot-ichiran {
	 margin-top:8px;
}
 
#cat-ichiran dl,
#spot-ichiran dl {
	 margin:0px;
}
 
#cat-ichiran dt,
#spot-ichiran dt {
	font-size: 0.8em;
	font-weight: normal;
}

#cat-ichiran dt span,
#spot-ichiran dt span {
	color: #FFF;
	background-color: #220e10;
	margin-left: 20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	padding: 1px 3px 1px 3px;
	font-size: 0.9em;
}

#cat-ichiran dd,
#spot-ichiran dd {
	font-size: 0.95em;
	line-height: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	padding-bottom:5px;
}

#cat-ichiran dd h2,
#spot-ichiran dd h2 {
	font-size: 1em;
	line-height: 1em;
	margin-top: 7px;
	margin-bottom: 5px;
	font-weight: normal;
}

#kensyou_header {
	/*
	background-image: url(images/top_kesyou.png);
	background-repeat: no-repeat;
	background-position: right top;
	*/
	
}

#kensyou_header img {

	float:right;
	
}

#kensyou_header ul {
	margin-left:-40px;
}

#kensyou_header ul.check li {
	list-style-type: none;
	line-height: 36px;
	background-image: url(images/top_check.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 42px;
	color: #F00;
}

.osusume {
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 35px;
	padding-bottom: 20px;
	-moz-background-size:contain;
	background-size:contain;
	text-align: center;
}

.osusume.no01 {
	background-image: url(images/top_back.png);	
}

.osusume.no02 {
	background-image: url(images/top_back.png);	
}

.osusume.no03 {
	background-image: url(images/top_back.png);	
}

.osusume.no04 {
	background-image: url(images/top_back.png);	
}

.osusume h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.0em;
}

.osusume p {
	font-size: 28px;
	text-align: center;
	color: #F00;
}

.tk img {
	float: right;
}

.tk .koumoku {
	float:left;
	font-size: 0.9em;
	margin-bottom: 10px;
}

.tk .koumoku dl dt {
	margin-left:-20px;
	float: left;
	width:100px;
	background-color: #E6E6E6;
	margin-right: 5px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	font-weight: normal;
}

.tk .koumoku dl dd {
	width: 350px;
	padding-top: 4px;
}

.tk .koumoku p.syousai,
p.anotherlink{
    background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	display: inline-block;
}

.tk .koumoku p.syousai a,
p.anotherlink a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 11px 24px 10px;
}

.tk .koumoku p.syousai a:hover,
p.anotherlink a:hover{
	color: #fff;
    background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}



/* □■□■□■□■□■ サイズ分岐追加(TOYODA) □■□■□■□■□■ */

@media (max-width: 514px) {
#cat-ichiran,
#spot-ichiran {
	 margin-top:8px;
	 font-size:13px;
}

}

@media (max-width: 414px) {
#cat-ichiran,
#spot-ichiran {
	 margin-top:8px;
	 font-size:13px;
}

}

@media (max-width: 710px) {

.osusume1 p,
.osusume2 p,
.osusume3 p{
	font-size:17px;
	line-height:25px;
}

}

@media(max-width: 999px){
.osusume.no01,
.osusume.no02 ,
.osusume.no03{
	width:99%;
	height:auto;
	background:#ffcccc;
	padding:0 5px 0 5px;
}

}