html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:top;
    background:transparent;
}

html {-webkit-text-size-adjust: 100%}

body {
	font: 14px/1 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  sans-serif;
	text-align: center;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ul {
    list-style:none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	vertical-align: top;
}



header #headbn {
	width: 100%;
	background: #E2F3FB;
	margin-top: 15px;
}
header #headbn li {
	display: inline;
}

header #mainnav {
	width: 93.75%;
	margin: 0 auto;
}
header #mainnav li.odd {
	float: left;
	width: 51%;
}
header #mainnav li.prof a {
	background: url(http://www.yoshimoto.co.jp/sp/img/btnTalent.jpg) no-repeat 0% 0%;
	display: block;
}
header #mainnav li.even {
	float: right;
	width: 49%;
}

#container {
	padding: 0px 0px 15px;
	background: #FFF;
}

#container a {
	color:#069
}
#container li a {
	color:#000
}

#container .totop {
	width: 97%;
	margin: 10px auto 0px;
	text-align: right;
}

#container .content {
	width: 97%;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	margin: 0px auto;
	padding-bottom: 15px;
}
#container .content .ttl {
	position: relative;	
	
}
#container .content .ttl h2 {
	z-index: 1;
}


.btnContents {
	margin-top: 10px;
}
#container #listNav {
	margin: 3% auto 0;
	width: 95%;
}
#container #listNav header {
	background: #1eb9e6;
	padding: 2% 4% 0%;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
#container #listNav header h2 {
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	float: left;
	padding-top: 2%;
}
#container #listNav header .btnBack {
	float: right;
	width: 24%;
}
#container #listNav nav {
	margin: 0px auto;
	padding: 2.3% 0px;
	background: #1eb9e6;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}
#container #listNav nav li {
	text-align: left;
	font-size: 135%;
	margin: 0px auto 1px;
	width: 95%;
	background: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#d5d5d5));
	background: linear-gradient(#fefefe, #d5d5d5);
	background: -moz-linear-gradient(#fefefe, #d5d5d5);
	background: -o-linear-gradient(#fefefe, #d5d5d5);
	background: -ms-linear-gradient(#fefefe, #d5d5d5);
	font-weight: bold;
}
#container #listNav nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 4%;
	background: url(http://www.yoshimoto.co.jp/sp/img/nav_icon.png) no-repeat 97% center;
	background-size: 2.5%;
}





footer {
	width: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#2bcaed), to(#00a0c3));
	background: linear-gradient(#2bcaed, #00a0c3);
	background: -moz-linear-gradient(#2bcaed, #00a0c3);
	background: -o-linear-gradient(#2bcaed, #00a0c3);
	background: -ms-linear-gradient(#2bcaed, #00a0c3);
	padding: 10px 0;
}
footer .btnPC {
	margin-bottom: 10px;
}
footer nav {
	width: 87%;
	margin: 0px auto;	
}
footer nav li:first-child {
	border-left: 1px solid #FFF;
}
footer nav li {
	color: #FFF;
	display: inline;
	padding: 0 10px;
	border-right: 1px solid #FFF;
	line-height: 140%;
	white-space: nowrap;
	font-size: 85%;
}
footer nav li a {
	color: #FFF;
}
footer .copy {
	margin-top: 15px;
}

.clear {
	clear: both;
}

/* clearfix */ 
.clearfix:after,
.item:after,
.item_s:after,
#wrap:after,
#container #listNav header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


