/*
Theme Name: wp theme
Theme URI: http://piledesign.jp
Description: A Blank Wordpress theme with left sidebar.
Author: PILE co.,ltd
Author URI: http://piledesign.jp
*/
@charset "UTF-8";
/* ===============================================
	1.reset
	2.setting
	3.header
	4.main
	5.footer
	6.misc
	7.clearfix
=============================================== */
/* ===============================================
	1.reset
=============================================== */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, main,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;}
body { line-height: 1;}
ol, ul { list-style: none;}
strong,address,em,cite { font-style: normal;}
img { vertical-align: bottom;}

/* ===============================================
	2.setting
=============================================== */
html { font-size: 62.5%;}
body {
	background: #fff;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.7;
	overflow-x: hidden;}
h1,h2,h3,h4,h5,h6 { line-height: 1.3;}
a {
	color: #000;
	text-decoration: none;}
a:hover {
	color: #ff8800;
	text-decoration: none;}
.lato {
	font-family: 'Lato', sans-serif;
	font-weight: 400;}

/* ===============================================
	3.header
=============================================== */
#header {
	background: rgba(255,255,255,.85);
	border-bottom: 1px solid #c4c5c6;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	padding: 10px 0;
	width: 100%;
	position: fixed;
	z-index: 5;}
#header div {
	margin: 0 auto;
	position: relative;
	width: 940px;}
nav {
	margin-top: -7px;
	position: absolute;
	right: -20px;
	top: 50%;}
nav li {
	float: left;
	margin-right: 20px;
	padding-bottom: 5px;}
nav li:hover { border-bottom: 3px solid #000;}
nav a { padding: 5px 0;}

/* ===============================================
	4.main
=============================================== */
main {
	display: block;
	padding-top: 84px;}

/* ===============================================
	5.footer
=============================================== */
#footer {
	background: #000;
	color: #666;
	clear: both;
	padding: 30px 0 10px;
	text-align: center;
	width: 100%;}
#footer a { color: #fff;}
#footer a:hover { color: #666;}
.footer-inner {
	margin: 0 auto;
	position: relative;
	width: 940px;}
.footer-inner ul {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 10px;}
.footer-inner li {
	display: inline-block;
	margin: 0 10px;}
.sns {
	text-align: left;
	position: absolute;
	right: 40px;
	top: -5px;}
.sns a {
	display: inline-block;
	margin-left: 10px;}
.sns a:hover { opacity: .5;}
.footer-inner small {
	font-size: 10px;
	font-size: 1rem;}

/* ===============================================
	6.misc
=============================================== */
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}
.alignright { float: right; }
.alignleft { float: left }
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}

/* ===============================================
	7.clearfix
=============================================== */
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf { display: inline-block; }
/*＼*/
* html .cf { height: 1%; }
.cf { display: block; }
/**/