/*
Theme Name: あいうえふだ
Theme URI: http://qp3.jp
Author: ねじまきデザイン製作所
Author URI: http://qp3.jp
Description: あいうえふだのテーマ.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: oishi theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/* 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, font, ins, kbd, q, s, samp,
strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	line-height:1;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: top;
	color: #000;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

h1, h2, h3, h4, h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
	font-size: 100%;
}

a, ins {
	text-decoration: none;
}

address, em, cite, dfn, var {
	font-style: normal;
}

input, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
}

ol, ul {
	list-style: none;
	list-style-position: outside;
}

table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
	text-align: left;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
a img {
	outline:none;
}
img {
	border:0;
	vertical-align:top;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
span{
	line-height:inherit;
	font-size:inherit;
	color:inherit;
	vertical-align:inherit;
}
a{
	line-height:inherit;
	font-size:inherit;
	vertical-align:inherit;
}
/*-----------------------------------------------------------------------------* SETTING */

body {
	color:#555;
}

a ,a:link {
	color:#c20;
	text-decoration:none;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
a:hover {
	color:#33a2b3;
}
a:active {
	color:#999;
}

.h{
	visibility:hidden;
}
p{
	font-size:90%;
	text-align:left;
	line-height:2;
}
/*-----------------------------------------------------------------------------* COMMON */
body{
	min-height:100%;
	overflow-x:hidden;
	text-align:center;
}
#body-inner{
	background:#fefdfa;
}
body.home{
}

.sec_title{
	margin:0 0 20px;
	font-weight:bold;
	color:#f64;
	font-size:130%;
	line-height:1.6;
	display:block;
	text-align:center;
}
.sec_subtitle{
	margin:0 0 10px;
	font-weight:bold;
	color:#544;
	font-size:100%;
	line-height:1.6;
	display:block;
	text-align:left;
}

.table-wrap{
	position:relative;
	margin-bottom:20px;
}
table{
	width:100%;
	background:#f3efe0;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
th{
	width:20%;
	text-align:center;
	border-right:#fdfaef 1px dashed;
	padding:15px 5px;
}
td{
	width:80%;
	padding:15px 25px;
}
th,td{
	color:#433;
	border-bottom:#FFF 1px solid;
	font-size:90%;
	line-height:1.6;
	vertical-align:middle;
}
@media screen and (max-width: 600px) {
	th,td{
		display:block;
		width:auto;
	}
	th{
		border-right:none;
		border-bottom:#fdfaef 1px dashed;
	}
}
.btns{
	text-align: center;
}

/*-----------------------------------------------------------------------------* header */

#header{
	background:#fff;
	box-shadow:0 1px 2px rgba(44,33,13,0.2);
	margin:0 auto 15px;
	width:300px;
	overflow:hidden;
	border-radius:0 0 3px 3px;
	
}
#logo{
	padding:30px 0 30px;
	color: #c20;
	letter-spacing: 5px;
	text-indent: 5px;
}
#bnr-box{
	margin:10px auto 0;
	padding:0;
	text-align:center;
}
.nav_links{
	text-align:center;
	padding:15px 0;
}
.nav_links .btn{
	display:inline-block;
	margin:5px 5px;
	padding:5px 20px;
}
html*.nav_links .btn{
	display:inline;
	zoom:1;
}
@media screen and (max-width: 750px) {
	.nav_links{
		padding:0;
	}
	.nav_links .btn{
		width:48%;
		padding:5px 0;
		margin:3px 3px;
		font-size:13px;
	}
}

/*-----------------------------------------------------------------------------* footer */
#footer{
	clear:both;
	background:#a3a098;
	padding:20px;
	border-top:rgba(0,0,0,0.1) 1px solid;
}
#footer p{
	text-align:center;
	color:#FFF;
}
#footer_inner{
}
#pagetop a{
}

.copyright{
	display:block;
	text-align:right;
	font-size:70%;
	color:#fff;
	line-height: 1;
}
.copyright a{
	color:#eee;
}

/*-----------------------------------------------------------------------------* container */
#container{
	width:auto;
	margin:0 auto;
	padding: 0 0 38px;
}
#container p{
	margin-bottom:20px;
	color:#655;
	text-align:justify;
	text-justify:inter-ideograph;
}
.sec_box{
	width:960px;
	margin:0 auto 40px;
	padding-bottom:20px;
}
#message{
	width:auto;
	background:#f7f8f0;
	margin-bottom:30px;
}
.message_img{
	display:block;
	margin:0 auto;
	text-align:center;
}
#container p.mailto_p{
	text-align:right;
	padding-right:20px;
}
#blog-feed{
	
}
.blog-a{
	display:block;
	margin-bottom:10px;
}
.b-title{
	display:block;
	line-height:1.6;
	font-weight:bold;
	margin-bottom:2px;
}
.b-des{
	display:block;
	color:#655;
	font-size:80%;
	line-height:1.6;
	text-align:justify;
	text-justify:inter-ideograph;
}
.blog-a:hover{
	opacity:0.8;
}
.more{
	color:#5a7;
}
#update{
	position:absolute;
	right:10px;
	top:0;
	background:#766;
	padding:10px;
	color:#fff;
	display:block;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:1;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
.btn, input[type=submit].{
	background:#c20;
	padding:8px 16px;
	-moz-border-radius: 3em;
	-webkit-border-radius: 3em;
	-o-border-radius: 3em;
	-ms-border-radius: 3em;
	border-radius: 3em;
	-moz-box-shadow: 0 0 2px rgba(115,130,100,0.15) inset, 0 1px 0 rgba(255,255,255,0.7);
	-webkit-box-shadow: 0 0 2px rgba(115,130,100,0.15) inset, 0 1px 0 rgba(255,255,255,0.7);
	-o-box-shadow: 0 0 2px rgba(115,130,100,0.15) inset, 0 1px 0 rgba(255,255,255,0.7);
	-ms-box-shadow: 0 0 2px rgba(115,130,100,0.15) inset, 0 1px 0 rgba(255,255,255,0.7);
	box-shadow: 0 0 2px rgba(115,130,100,0.15) inset, 0 1px 0 rgba(255,255,255,0.7);
}
.btn:hover{
}
.btn2{
	background:#EFE9C4;
	color:#864;
}
.btn2:hover{
	color:#975;
}

.btn-negative, input[type=submit].btn-negative{
	background:#666;
}
.btn-off{
	background:#ccc;
	color:#f1f1f1;
	cursor:default;
}
.btn-save{
	background-color:#f55;
}


.content{
	background:#fff;
	box-shadow:0 1px 2px rgba(44,33,13,0.2);
	margin:20px auto;
	width:300px;
	overflow:hidden;
	border-radius:3px;
}
.fuda{
	cursor:pointer;
	-webkit-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-ms-transition: all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition:         all 1000ms cubic-bezier(0.68, -0.55, 0.265, 1.55); 
}
.post-title{
	font-size: 28px;
	font-weight: bold;
	letter-spacing:4px;
	text-indent: 4px;
	padding: 10px;
	color:#4D3B35;
}
.content .sound{
	display:none;
}
.f_image img{
	width:300px;
	height:auto;
}

.on1{
	-webkit-transform: scale(1) scale3d(0.85, 0.85, 1);
	-moz-transform: scale(1) scale3d(0.85, 0.85, 1);
	-o-transform: scale(1) scale3d(0.85, 0.85, 1);
	-ms-transform: scale(1) scale3d(0.85, 0.85, 1);
	transform: scale(1) scale3d(0.85, 0.85, 1);
}
.on2{
	-webkit-transform: perspective(500px) rotateX(0deg) rotateY(10deg) rotateZ(6deg);
	-moz-transform: perspective(500px) rotateX(0deg) rotateY(10deg) rotateZ(6deg);
	-o-transform: perspective(500px) rotateX(0deg) rotateY(10deg) rotateZ(6deg);
	-ms-transform: perspective(500px) rotateX(0deg) rotateY(10deg) rotateZ(6deg);
	transform: perspective(500px) rotateX(0deg) rotateY(10deg) rotateZ(6deg);
}
.on3{
	-webkit-transform: translate3d(20px, 5px, 0px);
	-moz-transform: translate3d(20px, 5px, 0px);
	-o-transform: translate3d(20px, 5px, 0px);
	-ms-transform: translate3d(20px, 5px, 0px);
	transform: translate3d(20px, 5px, 0px);
}

.on4{
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: perspective(700px) rotateX(20deg) rotateY(0deg) rotateZ(0deg);
	-moz-transform: perspective(700px) rotateX(20deg) rotateY(0deg) rotateZ(0deg);
	-o-transform: perspective(700px) rotateX(20deg) rotateY(0deg) rotateZ(0deg);
	-ms-transform: perspective(700px) rotateX(20deg) rotateY(0deg) rotateZ(0deg);
	transform: perspective(700px) rotateX(20deg) rotateY(0deg) rotateZ(0deg);
}

.on5{
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	-o-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
	-moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
	-o-transform: rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
	-ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
	transform: rotateX(0deg) rotateY(0deg) rotateZ(-10deg);
}

.on6{
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: skew(15deg, 0deg) translate3d(10px, 0px, 0px);
	-moz-transform: skew(15deg, 0deg) translate3d(10px, 0px, 0px);
	-o-transform: skew(15deg, 0deg) translate3d(10px, 0px, 0px);
	-ms-transform: skew(15deg, 0deg) translate3d(10px, 0px, 0px);
	transform: skew(15deg, 0deg) translate3d(10px, 0px, 0px);
}

/*-----------------------------------------------------------------------------* Print */
@media print {
	#header nav, #pagetop, #footer_nav {
	}
}


/*-----------------------------------------------------------------------------* layout */
.dN{
	display:none !important;
}
.dBlock{
	display:block !important;
}
.m0{
	margin:0 !important;
}
.m0A{
	margin:0 auto !important;
}
.mT0{
	margin-top: 0px !important;
}
.mT5{
	margin-top: 5px !important;
}
.mT10{
	margin-top: 10px !important;
}
.mT15{
	margin-top: 15px !important;
}
.mT20{
	margin-top: 20px !important;
}
.mT25{
	margin-top: 25px !important;
}
.mT30{
	margin-top: 30px !important;
}
.mT35{
	margin-top: 35px !important;
}
.mT40{
	margin-top: 40px !important;
}
.mB0{
	margin-bottom:0 !important;
}
.mB5{
	margin-bottom:5 !important;
}
.mB10{
	margin-bottom: 10px !important;
}
.mB15{
	margin-bottom: 15px !important;
}
.mB20{
	margin-bottom: 20px !important;
}
.mB25{
	margin-bottom: 25px !important;
}
.mB30{
	margin-bottom: 30px !important;
}
.mR15{
	margin-right: 15px !important;
}
.pL15{
	padding-left:10px !important;
}
.pL10{
	padding-left:10px !important;
}
.pL15{
	padding-left:10px !important;
}

.indent1{
	padding-left:20px !important;
}
.indent2{
	padding-left:25px !important;
}
.clear{
	clear:both;
}
.center{
	text-align: center !important;
	display: block !important;
}
.highlight {
	-webkit-tap-highlight-color:rgba(0,0,0,0.2);
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.a-center {
	text-align: center !important;
}
.a-left {
	text-align: left !important;
}
.a-right {
	text-align: right !important;
}
.border {
	border: 1px solid #CCC !important;
}
.no_border {
	border: none !important;
}
.accent{
	color:#195BD9 !important;
}
.bold{
	font-weight:bold !important;
}
.small {
	font-size:80% !important;
}
.big {
	font-size:125% !important;
	line-height:80% !important;
}
.p-big {
	font-size:125% !important;
	line-height:1.5 !important;
}
.p-big2 {
	font-size:110% !important;
	line-height:1.3 !important;
}
.p-small {
	font-size:80% !important;
	line-height:1.3 !important;
}
.red{
	color:#A00;
}
.radius{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}
.radius-t{
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.radius-b{
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-o-webkit-border-radius: 0 0 6px 6px;
	-ms-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

/*---------------------------------------------------nss */
.nss{
	background:none !important;
}
.nss-stream div.nss-stream-wrap div.nss-head{
	display:none !important;
}
.nss-stream div.nss-stream-wrap div.nss-facebook-comments{
	display:none !important;
}
.nss-stream > div > div{
	display:none !important;
}
.nss-stream > div.nss-stream-wrap > div{
	display:block !important;
}
.nss-facebook-picture{
	margin:0 auto;
	display:block;
	border-radius:3px;
	overflow:hidden;
}
.nss-item{
	border:none !important;
	border-top:#f3f3f3 1px solid !important;
	border-radius:1px;
}
.nss-body{
	padding:10px 12px 5px 12px !important;
}
.nss-content{
	overflow:hidden;
}
.nss-content div{
	line-height:1.7;
	text-align:justify;
	color:#555;
}
