/*
Theme Name:aco site

Description:suifu-srt.com
Author:uco.
Author URI:
Version:ver.1.0
*/


@charset "utf-8";

/*---------------  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,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
 
html{
    overflow-y: scroll;
}
 
blockquote, q {
    quotes: none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
input, textarea,{
    margin: 0;
    padding: 0;
}
 
ol, ul{
    list-style:none;
}
 
table{
    border-collapse: collapse; 
    border-spacing:0;
}
 
caption, th{
    text-align: left;
}
 
a:focus {
    outline:none;
}
 
.clearfix:after {
    content: "."; 
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
 
.clearfix {
    min-height: 1px;
}
 
* html .clearfix {
    height: 1px;
    /*¥*//*/
    height: auto;
    overflow: hidden;
    /**/
}
 
.clear{
    clear:both;
}
 
.inline_block {  
    display: inline-block;  
    *display: inline;  
    *zoom: 1;  
}
body {
	color: #666;
}
#contents img {
	padding: 10px;
	border: 1px solid #CCC;
}
/*---------------  reset  ---------------*/


.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding-top: 50px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
#contents {
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 30px;
	padding-left: 25px;
}
#footer {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#footer .wrapper {
	font-family: 'Bentham', serif;
	text-align: right;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
}
#header  h1 {
	font-size: 24px;
	color: #666;
	letter-spacing: 0.3em;
	font-family: 'Bentham', serif;
	font-weight: 400;
	font-style: normal;
	float: left;
}
#header ul {
	float: right;
}
#header ul li {
	font-style: normal;
	font-weight: 400;
	font-family: 'Bentham', serif;
	color: #666;
	letter-spacing: 0.1em;
	font-size: 16px;
	float: left;
	margin-left: 15px;
	padding: 4px;
}
#header ul li a {
	text-decoration: none;
	color: #666;
}
#header ul li a:hover {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	color: #CCC;
}
#contents h3 {
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 0.2em;
	
}
#contents h2 {
	font-family: 'Bentham', serif;
	color: #999;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin-bottom: 40px;
	letter-spacing: 0.3em;
}
#contents .comment {
	font-size: 12px;
}
#contents .right-box {
	float: right;
	
}
.toptext {
	float: right;
	width: 300px;
	position: relative;
	height: 100px;
	margin-top: 170px;
}
#contents .top-visual {
	float: left;
}
#contents .right-box .tag {
	font-size: 10px;
	color: #FFF;
	background-color: #333;
	width: 50px;
	padding: 5px;
	text-align: center;
	position: absolute;
	display: block;
	left: -70px;
	letter-spacing: 0em;
}
#contents .section h3 .data-tag {
	width: 175px;
	position: absolute;
	color: #666;
	left: -200px;
	font-size: 12px;
	padding: 4px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}
#contents .section h3 {
	position: relative;
	color: #333;
}
#contents .section {
	margin-left: 200px;
	padding: 30px;
	border: 1px solid #CCC;
	margin-bottom: 50px;
	width: 620px;
}

#contents .section .blog-text {
	font-size: 90%;
	line-height: 110%;
}


#contents .contents-text {
	width: 550px;
	padding-bottom: 50px;
}
.font-12 {
	font-size: 12px;
}
a {
	color: #666;
	text-decoration: none;
}
#contents .right-box dl {
	margin-bottom: 50px;
	
}
#contents div.right-box dl dt{
	font-size: 12px;
	color: #666;
	padding: 5px;
	width: 80px;
	float: left;
	margin-bottom: 10px;
	clear: left;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#contents div.right-box dl dd{
	margin-bottom: 10px;
	padding: 5px;
}

/*コンタクトフォーム*/
input[type=submit] {
	background-color: #99C;
	padding:8px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
input[type=submit]:active {
	background-color: #999;
}

div.wpcf7-mail-sent-ok {
	border: 1px solid #666;
	width: 300px;
	padding: 10px;
	font-size: 12px;
}


div.wpcf7-validation-errors {
	border: 1px solid #99C;
	width: 300px;
	padding: 10px;
	font-size: 12px;
}

span.wpcf7-not-valid-tip{
	color:#F69;
	font-size:12px;
}
/*.top-visual img {
	width: 535px;
	height:356px;
}
*/a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
