/*
Theme Name: miyajima_theme_2026
Theme URI: http://akimiyajima.com
Description: WPを作成する際の基本テンプレート
Version: 1.0
Author: Otani
Author URI: 
*/

html {
    font-size: 80%;
}

.grecaptcha-badge { visibility: hidden; }
#Contact .grecaptcha-badge { visibility:visible; }

a{
  color:#AA0022;
  text-decoration:none;
}

a:link{
}

a:hover{
  color:#E01;
  text-decoration:none;
}

a:active{
}

a:visited{
}

h1 a,
h1 a:hover,
h1 a:visited{
  color:#000;
}


html,body{
	background-color:#fff;
	color: #333333;
	text-align: center;
}

#wrapper{
	position: relative;
	width: 940px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	display:none;
}



/* side */

#side{
	width: 240px;
	line-height: 1.5em;
	position: fixed;
}

#side h1 {
	position: absolute;
	display: block;
	top: 80px;
	font-size:120%;
	font-weight:600;
	color:#000;
	letter-spacing:0.08em;
}

#side h2{
	position: absolute;
	top: 110px;
	font-size:100%;
	letter-spacing:0.08em;
} 

#side #menu {
	position: absolute;
	top: 130px;
}

#side h3{
	margin-top:20px;
	font-size:100%;
	font-weight:400;
	color:#777;
	letter-spacing:0.08em;
} 

#side ul{
} 


#side li{
	font-size:95%;
	line-height:2;
	letter-spacing:0.08em;
}

#side #sb-area{
	margin-top:30px;
} 

#side .copy{
	margin-top:30px;
	font-size:10px;
	letter-spacing:0.07em;
	color:#333;
} 


/* content
---------------------------------------------------- */

#content{
	float:right;
	width: 700px;
	padding: 80px 0 30px 0;
	position: relative;
}

#content h2{
	margin-bottom:10px;
	font-size:120%;
	letter-spacing:0.05em;
}

#Home .contentsbox h2{
	visibility:hidden;
	display:none;
}

#content h3{
	margin:30px 0 10px 0;
	font-size:110%;
	letter-spacing:0.05em;
}

#content strong{
	font-weight:bold;
	font-size:110%;
	line-height:1.8em;
	letter-spacing:0.05em;
}


#content p,
#content ul{
	font-size:100%;
	line-height:2em;
	letter-spacing:0.05em;
}

#content p{
	margin-bottom:20px;
}

#content dl{
	width:550px;
}

#content dt{
	font-size:85%;
}

#content dd{
	font-size:85%;
	line-height:1.8em;
	text-align: justify;
}

#content .img_portfolio li{
	display:inline-block;
	line-height:50px;
	margin:0 20px 20px 0;
}

#Home {
	overflow:hidden;
}

.post{
	padding-bottom:30px;
}

.main .post{
	padding-bottom:40px;
	border-bottom: 1px dotted #EEE;
	box-shadow: 0 1px #FFFEFF;
	margin-bottom:50px;
}

.nav-below{
	margin:10px 0; 
	font-size:85%;
}

.blog_info ul{
	padding: 0px;
}

.blog_info li{
	font-size: 11px;
	list-style: none;
	float: left;
	padding-left: 15px;
	padding-right: 10px;
	color: #555;
	letter-spacing:0.05em;
}

li.cal{
	background: url(images/calendar.gif) no-repeat 0 40%;
}

li.cat{
	background: url(images/folder.gif) no-repeat 0 40%;
}

li.tag{
	background: url(images/tag.gif) no-repeat 0 40%;
}


.thecontent{
	clear:both;
	padding-top: 20px;
}

/* @group wp表示でよく使う装飾 */

.post blockquote{
  	border: 1px solid #ccc;
  	padding: 10px 20px;
  	font-size: 16px;
	font-style: italic;
	color: gray;
}

.post code{
  	color: teal;
	font-family: "Courier New";
}

.nav-next{
	margin-right:10px;
}

.text_margin{
	margin:15px 0;
}

.text_hidden{
	display:none;
}

img.img100{
	width:100%;
}

.post figure{
	margin-bottom:20px;
}

.post figure img{
	width:550px;
	max-width:100%;
	height:auto;
}

/* Contact
---------------------------------------------------- */

#Contact #table_form {
	width:650px;
	margin-top:20px;
	border-bottom: 1px dotted #CCC;
	font-size:95%;
}

#Contact #table_form th{
	border-top: 1px dotted #CCC;
	padding:10px 0;
	vertical-align:top;
	text-align:left;
	width:200px;
}

#Contact #table_form td{
	border-top: 1px dotted #CCC;
	padding:10px 0;
}

#Contact #table_form input,
#Contact #table_form select,
#Contact #table_form textarea{
	border:1px solid #DDD;
	line-height:1.2em;
	padding:2px;
	font-size:12px;
}

#Contact small,
#Contact span{
	font-size:10px;
	color:#C00;
}

#Contact form.wpcf7-form input[type="submit"]{
	width:96px;
	height:36px;
	border: none;
	cursor: pointer;
	margin:20px 0 20px 200px;
	overflow: hidden;
}

.wp-pagenavi a,
.wp-pagenavi .current{
	padding-right:10px;
	letter-spacing:0.05em;
}

.wp-pagenavi .pages {
	padding-right:15px;
}

.borderset1{
	border: 1px solid #efefef;
	padding:5px;
}

.borderset2{
	border: 1px solid #efefef;
}

@media screen and (max-device-width: 480px) {

#side{
	position: relative;
}



}

/* @end */