/* 
Theme Name: SPECIALIST JAPAN 2012
Theme URI: http://specialistjapan.com/
Description: DESIGNED FOR SPECIALIST JAPAN WEBSITE
Author: SHIRASAGI DESIGN
*/

@import url(css/normalize.css);

/* global */
html, body {
	margin:0;
	padding:0;
}

body {
	background-color:#fff;
	background: url(../images/bg-bluegrd.png) repeat-x;
	font-family:Helvetica,Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:13px;
	color:#333;
}

img {
	max-width:100%;
	height: auto;
	width: auto\9; /* ie8 */
}

a {
	color: #0254c3;
	text-decoration: none;
}
a:hover {
	color: #0254c3;
	text-decoration: underline;
}

.fleft{ float: left; }
.fright { float: right; }
.relative { position: relative; }
.clear { clear: both; }
.mrg_b10 { margin-bottom: 10px; }
.mrg_r30 { margin-right: 30px; }
.mrg_b30 { margin-bottom: 30px; }
.pdg_t15 { margin-top: 15px; }
.pdg_b10 { margin-right: 10px; }
.font10 { font-size: 77%; }


/* container */
#container {
	width:970px;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
}

/* header */
header {
	display:block;
	height: 142px;
	margin:0;
}
#logo {
	width:397px;
	padding:22px 0 0 20px;
	font-size: 85%;
	text-indent: 1em;
	color: #000980;
	float: left;
}
#head-info {
	width: 483px;
	padding: 30px 20px 0;
	font-size: 85%;
	line-height: 1.8;
	text-align: right;
	color: #000980;
	float: right;
}
#head-info a { font-size: 108%; }
h1 {
	display: none;
}

/* sidebar Left */
#sidebarLeft {
	width: 180px;
	margin: 30px 0 0 0;
	float: left;
}

#sidebarLeft nav {
	display: block;
}

#sidebarLeft li { list-style-type: none; }

#menu-main-nav {
	margin: 0;
	padding: 0;
}

#sidebarLeft .menu li {
	margin-bottom: 10px;
	border: 1px solid #0254c3;
	text-align: center;
	list-style-type: none;
}

#sidebarLeft .menu li a {
	display: table-cell;
	width: 180px;
	height: 50px;
	padding-top: 2px;
	background: #f0f9ff;
	background: -moz-linear-gradient(top,  #f0f9ff 0%, #d4ecf3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f9ff), color-stop(100%,#d4ecf3));
	background: -webkit-linear-gradient(top,  #f0f9ff 0%,#d4ecf3 100%);
	background: -o-linear-gradient(top,  #f0f9ff 0%,#d4ecf3 100%);
	background: linear-gradient(top,  #f0f9ff 0%,#d4ecf3 100%);
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
	color: #0254c3;
	text-decoration: none;
	vertical-align: middle;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f9ff', endColorstr='#d4ecf3',GradientType=0 );
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
}

#sidebarLeft .menu li a:hover {
	background: #7abcff;
	background: -moz-linear-gradient(top,  #7abcff 0%, #4096ee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(100%,#4096ee));
	background: -webkit-linear-gradient(top,  #7abcff 0%,#4096ee 100%);
	background: -o-linear-gradient(top,  #7abcff 0%,#4096ee 100%);
	background: -ms-linear-gradient(top,  #7abcff 0%,#4096ee 100%);
	background: linear-gradient(top,  #7abcff 0%,#4096ee 100%);
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 );
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
}

#sidebarLeft .menu li p {
	margin: 0;
	padding: 0;
}


/* sidebar right */

#sidebarRight {
	width:200px;
	margin-top: 30px;
	float:right;
}

.spcl-thum {
	background: #fff;
	margin-bottom: 15px;
	padding: 15px 0 15px;
	border: 1px solid #ccc;
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
	text-align: center;
}

.spcl-thum h3 {
	margin: 10px 0 2px;
	font-size: 108%;
}

.spcl-thum p {
	margin:0;
	font-size: 85%;
}


/* main */

#main {
	width: 760px;
	margin:30px 0 30px 30px;
	float: right;
}

#breadcrumb {
	margin: 30px 0 0 0;
	height: 13px;
	text-align: left;
	font-size: 85%;
	color: #fff;
}

.bread_crumb {
	margin: 0;
	padding: 0;
}

.bread_crumb li {
	list-style-type: none;
	float: left;
}

.bread_crumb li:after {
    content : '>';
    padding-left:10px;
    margin-right:10px;
}
.bread_crumb li:last-child:after {
    content : '';
}

#breadcrumb a {
	margin: 0 10px 0 10px;
	color: #fff;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration: underline;
}

#breadcrumb strong {
	margin: 0 10px 0 10px;
	color: #fff;
}

#content img.title {
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
}

h2 {
	font-weight:bold;
	font-size:120%;
}


/* front */

#main-front {
	width:530px;
	margin-left:auto;
	margin-right:auto;
	padding:30px;
	float: left;
}

#main-front .front-about {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto 30px auto;
	padding: 0;
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
}

#main-front .front-about h2 {
	margin: 0;
	padding: 0.7em 0.7em 0 0.7em;
	font-size: 139%;
}

#main-front .front-about p {
	margin: 20px;
	font-size: 124%;
}

#main-front .front-news {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 0 auto 30px auto;
	padding: 0;
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
}

#main-front .front-news h2 {
	background: url(../images/bg-stripe.gif) bottom repeat-x;
	margin: 0;
	padding: 0.7em 0.7em 0.7em 1em;
	font-size: 108%;
}

#main-front .front-news dl {
	margin: 20px;
}

#main-front .front-news dl dt {
	background: url(../images/li-delta.png) left center no-repeat;
	margin-bottom: 1em;
	padding-left: 15px;
	font-weight: bold;
}

#main-front .front-news dl dd {
	margin: 0 0 0.25em 15px;
	line-height: 1.8;
}

#main-front .front-news dl dd p {
	margin-bottom: 0;
}

#main-front .front-news dl dd.date {
	margin-bottom: 2em;
	font-size: 85%;
	text-align: right;
}

#main-front .front-news a {
	color: #0254c3 !important;
	text-decoration: none;
}

#main-front .front-news a:hover {
	color: #0254c3 !important;
	text-decoration:underline;
}

.paging {
	color: #666;
	background:transparent;
	margin: 1em auto;
	line-height:2em;
	text-align:right;
}

a.page-numbers, .paging .current {
	color: #666;
	padding: 2px .4em;
	border:solid 1px #666;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover,
.post_prev a:hover, .post_next a:hover {
	color:white;
	background: #716d4c;
	text-decoration:none;
}

.info_content .paging .current {
	color: white;
	background: #666;
	border-color: #333;
	font-weight: bold;
}

.paging .next, .paging .prev {
	border:0 none;
	background: transparent;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
}

.post_prev {
	width: 50%;
	float: left;
}

.post_next {
	width:50%;
	text-align:right;
	float:right;
}

.post_prev a, .post_next a {
	color: #666;
	text-decoration:none;
	font-size:smaller;
	font-weight:bold;
}


/* specialist */

#main .spcl-thum {
	width: 180px;
	background: #fff;
	margin-bottom: 30px;
	padding: 15px;
	border: 1px solid #ccc;
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
	text-align: center;
}

#main .spcl-thum h3 {
	margin: 10px 0 2px;
	font-size: 108%;
}

#main .spcl-thum p {
	margin:0;
	font-size: 77%;
}

.photo-spcl {
	margin: 0 30px 30px 0;
	float: left;
}

.profile-main {
	width: 450px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding-top: 50px;
	text-align: center;
	float: right;
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
}

.profile-main h2 {
	margin: 0 30px 10px 30px;
	padding-bottom: 0.5em;
	border-bottom: 1px dotted #333;
	font-size: 185%;
}

.profile-main p { margin-top: 0; }

.profile-base {
	margin: 30px;
	text-align: left;
}

.profile-base p {
	margin: 0 0 0.5em 0;
}

.profile-base dl {
	margin:0;
	line-height:1.5;
}

.profile-base dl dd {
	margin: 0 0 0.5em 6em;
}

.profile-base dl dt + dd {
	margin-top:-1.5em;
}

.profile-base .profile-txt {
	margin: 20px 0 0 0;
	line-height: 1.5;
}

.profile-main li {
	list-style-type: none;
}

.link {
	margin: 30px auto 15px auto;
}

.profile-main .link a {
	/* display: block; */
	width: 150px;
	padding: 5px 10px;
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
	color: #0254c3;
	text-align: center;
	text-decoration: none;
}

.profile-main .link a:hover {
	background: #d4ecf3;
	border: 1px solid #0254c3;
}

.profile-detail {
	background: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
	margin: 0 auto 30px auto;
	padding: 20px;
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
}

.profile-detail article {
	margin: 0 0 15px 0;
}

.profile-detail h2 {
	border-bottom: 1px dotted #ccc;
	margin: 0 0 1em 0;
}

.profile-detail dl {
	margin: 0 0 0 1em;
}

.profile-detail dt {
	font-weight: bold;
}

.profile-detail dd {
	margin: 0 0 2em 1em;
}

/* about contact */

#about, #contact {
	padding: 30px;
	background: #fff;
	background: rgba(255,255,255,0.5);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://specialistjapan.com/wp/wp-content/themes/specialjp/css/border-radius.htc);
}

#about h2 { 
	margin-top: 0;
	font-size: 200%;
}

#about h2, #contact h2 { margin-top: 0; }

#about h3 {
	margin: 1em 15px 1em 15px;
	padding: 0.25em;
	font-size: 108%;
}

#about h3 a {
	padding-left: 1em;
}

#about p { 
	margin-bottom: 2.5em;
	line-height: 1.8;
}

#about dl {
	margin: 0 15px 0 15px;
}

#about dt { 
	background: url(../images/li-delta.png) left 35% no-repeat;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #666;
	font-size: 108%;
	font-weight: bold;
	text-indent: 1em;
}

#about dd {
	margin-left: 2em;
	padding: 0.5em 0 2em 0;
	line-height: 1.8;
}

#contact h3 { font-size: 139%; }
#contact p { line-height: 1.8; }


/* footer */

footer {
	height:80px;
	background: #d4ecf3 url(../images/bg-stripe.gif) top repeat-x;
	margin: 30px auto 0 auto;
	font-size: 85%;
	text-decoration:none;
	clear:both;	
}

footer .foot_box {
	width: 970px;
	margin: 0 auto 0 auto;
	padding: 20px;
}

.foot-menu {
	width: 710px;
	margin-left: 30px;
	float: left;
}

.foot-menu ul {
	margin: 0;
	padding: 0;
}

.foot-menu li { list-style-type: none; }

#menu-footer-menu li {
	border-right: 1px solid #666;
	margin: 0 2em 0 0;
	padding-right: 2em;
	float: left;
}

#menu-footer-menu li:last-child { border-right: 0px solid #666; }

.credit {
	text-align:right;
	float: right;
}


.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;   /* For IE 6/7 */
}