/*
Theme Name: eMV HP
Theme URI: http://www.shop-emv.com/
Description: eMV
Author: モノコト toshiaki kato
Author URI: http://xn--tckzbq3f.com/
*/


@charset "utf-8";

*{
margin:0;
padding:0;
}



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;	
padding: 0;
}

img {
border:none;
}

/*------------ fontStyle------------*/
body {
font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Helvetica,Arial,sans-serif;
/*letter-spacing:1px;*/
font-size: 12px;
line-height: 1.8;
color:#333;
letter-spacing:1px;
-webkit-text-size-adjust:100%;
}


br {
clear:both;
}

a{
text-decoration:none;
color:#333;
border:none;
}

a:hover {
text-decoration:none;
color:#999;
border:none;
}



#condenter {
width:100%;
height:100%;
margin-bottom:20px;
margin-left:auto;
margin-right:auto;
background-color:#ffffff;
border-top-right-radius: 15px;
border-top-left-radius: 15px;
border-bottom-right-radius:15px;
border-bottom-left-radius:15px;
text-align:center;
}


/* === title === */

#title-all {
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
}


#header{ width:100%; }

#header h1{
margin: 15px auto;
max-width: 160px;
}

h1 img{
width: 100%;
height: auto;
}

/* === menu === */

#gnav{
width:100%;
height:60px;
background-color:#d70019;
margin-left:auto;
margin-right:auto;
text-align:center;
}


#gnav ul{
width:950px;
text-align:center;
margin-left:auto;
margin-right:auto;
}


#gnav li{
float:left;
padding-right:30px;
list-style-type: none;
}


#gnav li a {
border:none;
text-decoration:none;
}




#gnav .long{ width:15%; }



/* === main === */

#main-all {
width:980px;
padding-top:40px;
text-align:center;
margin-left:auto;
margin-right:auto;
}


#main-left {
width:600px;
padding-right:30px;
float:left;
text-align:left;
}

#main-right {
width:350px;
float:right;
text-align:left;
}


.left-all {
padding-top:30px;
padding-bottom:30px;
border-bottom:dashed 1px #cccccc;
}

.left1 {
font-size:12px;
letter-spacing:1.5px;
}

.left2 {
font-size:20px;
letter-spacing:1.5px;
margin:0px;
padding-top:5px;
padding-bottom:5px;
font-weight:bold;
}

.left3 {
font-size:14px;
padding-top:20px;
letter-spacing:1.5px;
line-height:180%;
}


.left4 {
font-size:12px;
letter-spacing:1.5px;
padding-top:20px;
}


.left-nav-all {
padding-top:20px;
text-align:center;
}

.left-nav1 {
width:100px;
background-color:#cccccc;
font-size:12px;
padding-top:2px;
padding-bottom:2px;
border-top-left-radius:10px;
border-bottom-left-radius:10px;
padding-right:100px;
}

.left-nav2 {
width:100px;
background-color:#cccccc;
font-size:12px;
padding-top:2px;
padding-bottom:2px;
border-top-right-radius:10px;
border-bottom-right-radius:10px;
padding-left:100px;
}


#category-title {
font-weight:bolder;
font-size:16px;
letter-spacing:1.5px;
}

#category {
}

#category ul li {
list-style-type:none;
font-size:12px;
letter-spacing:1.2px;
padding-top:10px;
}


/* === footer === */

#footer-all {
width:860px;
margin-top:30px;
margin-bottom:20px;
padding-left:20px;
padding-right:20px;
padding-top:10px;
border-top:solid 1px #cccccc;
}

#footer1 {
padding-top:5px;
text-align:left;}

#footer1 div {
font-size:12px;
letter-spacing:1.2px;
float:left;
padding-right:5px;
}

#footer2 {
font-size:12px;
letter-spacing:1.2px;
padding-top:10px;
text-align:center;
}












/****************************************
		4.  Main
*****************************************/
/*** Blog info ***/
div.blog_info{
	background: rgba(0, 0, 0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000); /* IE */
	zoom: 1; /* IE */
	color: #666;
	font-size:85%;
	padding: 5px;
	margin: 0 0 20px;
	}
	div.blog_info ul{margin:0;}
		div.blog_info li{
			float: left;
			padding-left:20px;
			margin:0 15px 0 5px !important;
			list-style: none !important
			}
			div.blog_info li a{color: #666}
				div.blog_info li a:hover{color: #333}
	div.blog_info li.cal{background: url(images/icon_cal.png) no-repeat 0 2px;}
	div.blog_info li.cat{background: url(images/icon_cat.png) no-repeat 0 2px;}
	div.blog_info li.tag{background: url(images/icon_tag.png) no-repeat 0 2px;}
	
/*** Contents ***/
img.attachment-post-thumbnail{float: left; margin:0 15px 0 0 !important;}
a.more-link{
	background:url("images/arrow_next.png") no-repeat right top;
	color:#333;
	font-size:85%;
	padding:2px 20px 5px 10px;
	text-align:right;
	text-decoration:none;
	margin-left:480px;
	display:block;
	}
	a.more-link:hover{color: #999}
	
/*** Bottom Navigation, Comment Navigation ***/
div.nav-below{margin: 40px 0 0;overflow:auto;}
div.navigation{overflow:auto;}
	div.navigation a{margin-bottom:10px}

	.nav-previous a, .nav-next a,
	div.navigation .alignleft a, div.navigation .alignright a{
		color:#333;
		font-size:85%;
		text-decoration:none;
		}
		.nav-previous a:hover, .nav-next a:hover,
		div.navigation .alignleft a:hover, div.navigation .alignright a:hover{
			color: #999
			}
			
	.nav-previous a, div.navigation .alignleft a{
		float:left;
		padding:2px 10px 2px 20px;
		background:url("images/arrow_prev.png") no-repeat left top;
		}
	.nav-next a, div.navigation .alignright a{
		float:right;
		text-align:right;
		padding:2px 20px 2px 10px;
		background:url("images/arrow_next.png") no-repeat right top;
		}
		

/****************************************
		5. Post Entry 
*****************************************/
.title{
	color:#333;
	font-size:200% !important;
	line-height:35px;
	margin:50px 0 15px !important;
	border:none !important;
	padding: 0 !important
	}
	div.post:first-child .title{margin-top:0 !important;}
	.title a{color: #333;text-decoration:none;}
		.title a:hover{color: #999}
		
.post h2, .post h3, .post h4, .post h5, .post h6{margin: 30px 0 10px}
.post h2{font-size:160%; border-bottom:5px solid #ccc; padding-bottom:10px;}	
.post h3{font-size:140%;}
.post h4{font-size:120%;}
.post h5{font-size:110%;}

.post p{margin-bottom:20px;}
.post em{font-style: italic;}
.post code{color: #06c; font-family:'Courier New',Courier,monospace;}
.post img{
	border:1px #ccc solid;
	padding: 3px;
	background: #fff;
	margin:20px 0;
	}
	.post img.wp-smiley{border:none;padding:0;background:none;margin:0;}
.post blockquote{
	border-left:5px solid #ddd;
	background: #eee;
	padding: 10px;
	margin:20px 0;
	font-style:italic;
	}
	.post blockquote p{margin:0;}
.post div.wp-caption{margin: 20px 0;}
	.post div.wp-caption img{ margin: 0;}
	.post div.wp-caption p{ font-size:85%;}
.post ul, .post ol{margin:20px 0;}
	.post ul li{
		list-style: url(images/arrow_list.png);
		margin-left:20px;
		}
	.post ol li{list-style: decimal outside;margin-left:20px;}

	

/****************************************
		6. Comments
*****************************************/
h3#comments{
	padding: 10px 0 10px 10px;
	clear: both;
	margin-top:40px;
	border-top:1px solid #ddd;
	}
	
.commentlist{margin-bottom:30px;}
	.commentlist li {
		border-top:1px solid #ddd;
		padding:15px 0 0 55px;
		position:relative;
		}
	.commentlist .avatar {
		background:#fff;
		border:1px solid #ddd;
		left:0;
		margin:0 16px 0 0;
		padding:3px;
		position:absolute;
		top:15px;
		}
	.commentlist .comment-meta{margin-bottom:10px;}
		.commentlist .comment-meta a{
			color: #999;
			font-size:85%;
			text-decoration:none;
			}
			.commentlist .comment-meta a:hover{color: #ccc;}
	.commentlist p{margin-bottom:15px;}
	.commentlist .reply a{
		position: absolute;
		top: 15px;
		right: 0;
		padding: 2px 10px;
		background: #ddd;
		font-size: 85%;
		color: #333;
		text-decoration: none;
		}
		.commentlist .reply a:hover {color: #999}
		
/*** Comment form ***/
#respond{margin-top:70px;}
#respond h3{
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
	padding:10px 0 10px 10px;
	}

#commentform{margin-top:20px;}
	#commentform p{clear: both}
	#commentform label{margin: 10px 5px;font-size:85%;}
	*:first-child+html #commentform label{ position:relative\9; top: -15px\9; } /* IE7 */
	#commentform input[type="text"], #commentform textarea{
		margin: 5px 0 10px;
		}
		#commentform input[type="text"]:focus, #commentform textarea:focus{
			border:1px solid #06c;
			}

		
/****************************************
		7.  widget
*****************************************/
#side h3{
	background: rgba(0, 0, 0, 0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#20000000,endColorstr=#20000000); /* IE */
	zoom: 1; /* IE */
	margin:30px 0 10px;
	padding:5px 0 3px 10px;
	}
	#side li:first-child h3{margin-top:0;}
	
#footer h3{
	background: url(images/bg_footer_title.png) no-repeat;
	padding-left:15px;
	height: 42px;
	}

.widget-container a{text-decoration:none;}
	
.widget-container ul li{
	list-style: url(images/arrow_list.png);
	margin-left:20px;
	}

/*** Calendar ***/
#wp-calendar {width: 100%;}
	#wp-calendar caption {
		color: #222;
		font-size: 14px;
		font-weight: bold;
		padding-bottom: 4px;
		text-align: left;
		}
	#wp-calendar thead {font-size: 11px;}
	#wp-calendar tbody {color: #aaa;}
		#wp-calendar tbody td {
			background: #f5f5f5;
			padding: 3px 0 2px;
			text-align: center;
			}
		#wp-calendar tbody .pad {background: none;}
	#wp-calendar tfoot #next {text-align: right;}
	
	
/****************************************
		8.  Form
*****************************************/
input[type="text"], textarea{
	border:1px solid #ccc;
	padding: 5px;
	color: #666;
	
	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#fff)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#fff
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffffffff);
	zoom: 1;
	}
	
input[type="submit"]{
	border:1px solid #ccc;
	padding: 4px 10px;
	color: #666;
	cursor: pointer;

	/* Webkit */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#eee),
		to(#ccc)
		);
	
	/* FF */
	background: -moz-linear-gradient(
		top,
		#eee,
		#ccc
		);
		
	/* IE */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffeeeeee,endColorstr=#ffcccccc);
	zoom: 1;
	}



/****************************************
		9.  Footer
*****************************************/
#footer .widget-area{
	width:290px;
	margin-left:35px;
	float: left;
	}
	#footer .widget-area:first-child{margin-left:0;}


p.copy{
	clear: both;
	font-size:80%;
	text-align:center;
	padding:40px 0;
	color: #666
	}
	p.copy a{color: #999;}
		p.copy a:hover{color: #ccc;}