@charset "utf-8";

/****************************************************************/
/*			contents				*/
/****************************************************************/

.box,
.box_simular,
.box_check {
	background-color: #f9f9f9;
	border: 3px solid #ffffff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 0px 5px #aaabac;
	-webkit-box-shadow: 0px 0px 5px #aaabac;
	box-shadow: 0px 0px 5px #aaabac;
	/*IE 7 AND 8 DO NOT SUPPORT BLUR PROPERTY OF SHADOWS*/

	padding: 30px;
	margin-bottom: 25px;
	overflow: hidden;
	_zoom: 1;

	position: relative;
	behavior: url(http://aoisouken.co.jp/wp-content/themes/aoisouken/js/PIE.htc);
}

.contents p.banner {
	margin: 25px auto;
	text-align: center;
}

/* 固定ページ　共通レイアウト */
body.home .box h1 {
	margin-bottom: 5px !important;
}

.box h1 {
	color: #0a67aa;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1em;
	font-size: 140%;
	line-height: 140%;
}

.box h1 span {
	color: #0a67aa;
	font-weight: bold;
	font-size: 60%;
}

.box article h1 {
	margin-bottom: 1em;
}

.box h2 {
	clear: both;
	color: #0a67aa;
	font-weight: bold;
	margin-bottom: 1em !important;
	font-size: 120%;
	border-top: 1px solid #e6e6e6;
	padding-top: 1.5em;
}

/* プライバシーポリシー */
.box h2:first-child {
	padding-top: 0em;
	border-top: none;
}

/* お問い合わせページ */
.box h2.contact_h2 {
	margin-bottom: 0 !important;
}

.box article h2 {
	margin-bottom: 1em;
}

.box .article_section h2 {
	font-size: 110%;
	border-top: none;
}

.box p,
.box ul,
.box blockquote {
	margin-bottom: 1.7em;
}

.box p:last-child {
	margin-bottom: 0em;
}

.box .status {
	margin-top: 0px;
	padding-bottom: 0px;
}

.box .tag {
	background: #efefef;
	color: #333333;
	padding: 2px 10px;
	font-size: 80%;
	text-decoration: none;
	margin-right: 5px;
}

.box .update {
	font-size: 90%;
}

.box a {
	text-decoration: none;
}

.box a:hover {
	border-bottom: 1px solid #0a67aa;
	text-decoration: none;
}

.box .alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	text-align: right;
}

.box hr {
	margin: 2em 0;
	height: 1px;
	background: #e6e6e6;
	border: none;
}

.box blockquote {
	background: #ffffff;
	padding: 25px 25px 20px 25px;
	border: 1px solid #e6e6e6;
	text-align: center;
}

/* 固定ページ（親ページ）共通レイアウト */
.parent_top {
	overflow: hidden;
	_zoom: 1;
	padding: 0;
}

.box .parent_top h1 {
	color: #0a67aa;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 160%;
	font-size: 140%;
}

.parent_top .category_img {
	float: left;
	margin: 0 15px 0 0;
	height: 140px;
}

.parent_top .category_img a:hover {
	border: none;
}

.parent_top p {
	overflow: hidden;
	_zoom: 1;
}

/* 代表日記　レイアウト */
.blog .article_section {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0 20px 0;
}

div.blog > p + div.article_section {
	border-top: none;
	margin-top: 2em;
	padding: 0 0 20px 0;
}

.blog .article_section:last-child {
	padding: 20px 0 0 0;
}

/* お知らせ　レイアウト */
.news .article_section {
	border-top: 1px solid #e6e6e6;
	padding: 20px 0 20px 0;
}

.news .article_section:first-child {
	border-top: none;
	padding: 0 0 20px 0;
}

.news .article_section:last-child {
	padding: 20px 0 0 0;
}

/* アーカイブ　共通レイアウト */
.article_section {
	overflow: hidden;
	_zoom: 1;
	padding: 20px 0 20px 0;
	border-top: 1px solid #e6e6e6;
	margin-bottom: 0px;
}

.article_section:last-child {
	padding: 20px 0 0 0;
}

.article_section .category_img {
	float: left;
	margin: 0 15px 0 0;
	height: 140px;
}

.article_section .category_img a {
	font-size: 0;
}

.article_section .category_img a:hover {
	border: none;
}

.article_section h2 {
	display: inline;
}

.article_section h2 a {
	font-size: 120%;
	line-height: 140%;
	font-weight: bold;
	text-decoration: none;
}

.article_section h2 a:hover {
	border-bottom: 1px solid #0a67aa;
}

.article_section .status {
	margin-bottom: 0px;
}

.article_section .tag {
	background: #efefef;
	color: #333333;
	padding: 2px 10px;
	font-size: 80%;
	text-decoration: none;
	border-bottom: none;
	margin-right: 5px;
}
/*
.article_section .tag a{
	background:#EFEFEF;
	color:#0A67AA;
	padding:2px 10px;
	font-size:80%;
	text-decoration:none;
	border-bottom:none;
}
*/
.article_section .update {
	font-size: 90%;
}

.article_section p {
	overflow: hidden;
	_zoom: 1;
}

.hint_header {
	margin-top: 0px;
	margin-bottom: 7px;
	overflow: hidden;
}

.hint_header h1 {
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hint_all {
	margin-top: 6px;
	float: right;
}

/* 無料レポートダウンロード　ボックス */
.download_box {
	background: #f1f1f1;
	padding: 20px;
	margin-bottom: 1.7em;
	overflow: hidden;
}

.download_box .download_left {
	float: left;
	width: 290px;
	overflow: hidden;
}

.download_box .download_left h2 {
	margin-bottom: 0 !important;
}

.download_box .download_left p {
	margin-bottom: 10px !important;
}

.download_box .download_left p.bt_form {
	margin: 0px !important;
	text-align: left;
}

.download_box .download_left p.bt_form input {
	border: 0;
	padding: 0px;
	text-align: center;
	background: none;
}

.download_box .download_left span.wpcf7-not-valid-tip {
	left: 10%;
	width: 254px;
}

.download_box .download_left input.wpcf7-text {
	border: 2px solid #0a67aa;
	background: #ffffff;
	width: 273px;
}

.download_box .download_left div.wpcf7-response-output {
	margin: -20px 0 1em 0 !important;
	line-height: 120%;
	width: 273px;
	padding: 0.2em 5px;
	background: #d12222;
}

.download_box .download_left div.wpcf7-mail-sent-ok {
	margin: -20px 0 1em 0 !important;
	line-height: 120%;
	width: 273px;
	padding: 0.2em 5px;
	background: #2f57ec !important;
}

.download_box .download_right {
	float: right;
	overflow: hidden;
}

.download_box .agreement {
	clear: both;
	background: #fff;
	overflow-y: scroll;
	height: 100px;
	font-size: 90%;
	padding: 10px;
}

.download_box .agreement h3 {
	font-weight: bold !important;
	color: #333333 !important;
}

/* お問い合わせ　電話 */
.page-contact .tel a {
	border-bottom: none;
	cursor: default;
}

table {
	width: 624px;
	font-size: 100%;
	line-height: 160%;
	margin: 0 auto;
}

table th,
table td {
	border: 1px solid #e6e6e6;
	padding: 10px;
}

table th {
	background: #efefef;
	color: #333333;
	font-weight: bold;
	width: 29%;
}

table td {
	text-align: left;
	background: #ffffff;
}

table.price th {
	width: 40%;
}

/*
.g-plusone{
	display:inline;
	margin-top:1px;
	width:70px;
}

iframe.likebutton{
	display:inline;
	margin-top:2px;
	border:none;
	overflow:hidden;
	height:21px;
	width:70px;
	margin-left:-30px;
}

a.twitter-share-button{
	display:inline;
	width:70px;
}
*/

/*
#totop{
	display:inline;
}
*/

/****************************************************************/
/*			form					*/
/****************************************************************/
/*
table{
	width:624px;
	font-size:100%;
	line-height:160%;
	margin:0 auto;
}

table th,table td{
	border:1px solid #E6E6E6;
	padding:10px;
}

table th{
	background:#efefef;
	color:#333333;
	font-weight:bold;
	width:29%;
}

table td{
	text-align:left;
	background:#FFFFFF;
}
*/

table#mailform th,
table#mailform td {
	padding: 8px;
}

input:focus,
textarea:focus,
select:focus {
	border: 2px solid #0a67aa;
}

input#button {
	border: 0;
	background: 0;
	height: inherit;
	outline: 0;
}

.short {
	width: 50px;
}

.middle {
	width: 200px;
}

.long {
	width: 412px;
}

textarea {
	line-height: 150%;
}

select,
input,
textarea {
	border: 2px solid #fff;
	padding: 5px;
	color: #333;
	background: #efefef;
	outline: 0;
	font-size: 100%;
}

p.bt_form {
	margin: 10px auto;
	text-align: center;
}

.bt_form input {
	border: 0;
	padding: 0px;
	text-align: center;
	background: none;
}

span.wpcf7-list-item input {
	border: none;
	background: none;
}

span.wpcf7-list-item {
	display: block;
	white-space: nowrap;
}

.wpcf7-response-output {
	text-align: center;
	color: #fff;
}

.wpcf7-mail-sent-ok {
	background: #2f57ec;
}

div.wpcf7-mail-sent-ok {
	border: none !important;
}

.wpcf7-validation-errors {
	background: #d12222;
}

span.wpcf7-not-valid-tip {
	border: 2px solid #d12222 !important;
}

div.wpcf7-validation-errors {
	border: none !important;
}

div.wpcf7-response-output {
	margin: 2em 0em 1em !important;
}

.errMsg {
	display: block;
	width: 450px;
}

.formErrorMsg {
	margin-top: 2px;
	padding: 5px;
	background: #f3be22;
	border: 1px solid #fff;
	width: 350px;
}

#name_error,
#email_error,
#tel_error,
span.wpcf7-not-valid-tip-no-ajax {
	display: block;
	margin-top: 2px;
	padding: 5px;
	background: #f3be22;
	border: 2px solid #fff;
	width: 350px;
}

/****************************************************************/
/*			others					*/
/****************************************************************/

.clearfix:after {
	content: " ";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}

.detach {
	/*margin-top:1.5em;*/
}

.alignright {
	text-align: right;
}

.space {
	margin-top: 5em !important;
}

.require {
	color: #ff0000;
}

.ex {
	margin-left: 10px;
	font-size: 85%;
}

ul.flow {
	width: 400px;
	text-align: center;
	margin: 20px auto 0 auto;
}

ul.flow li {
	padding: 8px;
	border: 1px solid #d1d1d1;
	background: #fff;
	margin-bottom: 1px;
	font-weight: bold;
}

ul.flow li span {
	font-size: 90%;
	font-weight: normal;
	color: inherit;
}

ul.flow li.yaji {
	padding: 0;
	margin: 0;
	border: 0;
	background: none;
}

ul.flow li.flow01 {
	color: #64892c;
	background: #e0f2c2;
	border: 1px solid #cecece;
}

ul.flow li.flow02 {
	color: #737222;
	background: #f2f1c1;
	border: 1px solid #cecece;
}

ul.flow li.flow03 {
	color: #3a8b82;
	background: #d2f0f2;
	border: 1px solid #cecece;
}

ul.flow li.flow04 {
	color: #957447;
	background: #f1e4d2;
	border: 1px solid #cecece;
}

ul.flow li.flow05 {
	color: #954747;
	background: #f0dbdb;
	border: 1px solid #cecece;
}

ul.flow li.flow06 {
	color: #3a439d;
	background: #dadcf0;
	border: 1px solid #cecece;
}

.webimage {
	float: left;
	border: 1px solid #cecece;
	margin-right: 10px;
}

.sma_pc {
	clear: both;
	text-align: center;
	margin: 0 auto;
}

span.catch {
	color: #e27f68;
}

.boxlink a:hover {
	text-decoration: none !important;
}

.hover {
	cursor: pointer;
	background-color: #ededed;
}

.accent {
	background: #fff;
	padding: 20px;
	border: 1px solid #dddddd;
}

/****************************************************************/
/*		wp_social_bookmarking_light			*/
/****************************************************************/
.wp_social_bookmarking_light {
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}
.wp_social_bookmarking_light div {
	float: left !important;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 5px 0px 0 !important;
	height: 23px !important;
	text-indent: 0 !important;
}
.wp_social_bookmarking_light img {
	border: 0 !important;
	padding: 0;
	margin: 0;
	vertical-align: top !important;
}
.wp_social_bookmarking_light_clear {
	clear: both !important;
}
.wsbl_twitter {
	width: 100px;
}

div.wp_social_bookmarking_light {
	font-size: 12px;
	margin-bottom: 20px !important;
}



/****************************************************************/
/*			comment					*/
/****************************************************************/

#reply-title {
	display: none;
}

#commentform .comment-notes {
	display: none;
}

#commentform label {
	display: block;
}

#commentform .comment-form-email {
	display: none;
}

#commentform .comment-form-url {
	display: none;
}

textarea#comment {
	width: 555px;
	height: 7em;
}

#commentform .form-allowed-tags {
	display: none;
}

#commentform #submit {
	background: #edecea;
	cursor: pointer;
	margin-top: 5px;
	padding: 7px 30px;
}

.commentlist footer {
	background: none;
	padding-bottom: 0px;
	text-align: left;
}

.commentlist footer a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
}

.commentlist footer a:visited {
	color: #fff;
}

.commentlist footer a:hover {
	color: #fff;
	text-decoration: underline;
}

.commentlist .fn {
	margin-right: 15px;
}

.commentlist .says {
	display: none;
}

.commentlist footer a.comment-edit-link {
	color: #4c4c4c !important;
	text-decoration: underline;
}

.commentlist footer a.comment-edit-link:hover {
	text-decoration: none;
}

/* Ajax Edit Comments */
.aec_anon_text {
	margin-right: 10px;
}

/****************************************************************/
/*			ie7					*/
/****************************************************************/

* + html * {
	/*border:1px solid red;*/
}

* + html #leftwrap {
	overflow: hidden;
	padding-bottom: 80px;
}

* + html #rightwrap {
	overflow: hidden;
	padding-bottom: 80px;
}

* + html .hint_list li {
	font-size: 0;
}

* + html .hint_list li a {
	font-size: 13px;
}

* + html .news_list li {
	font-size: 0;
}

* + html .news_list li a {
	font-size: 13px;
}

* + html #rightmenu li {
	font-size: 0;
}

* + html #rightmenu li a {
	font-size: 13px;
}

* + html .right_recent_hint li {
	font-size: 0;
}

* + html .right_recent_hint li a {
	font-size: 12px;
}

* + html .right_recent_hint span.category_img {
	height: 19px;
	margin-bottom: 0;
}

* + html .popular_post_hint span.title {
	margin-top: 0;
}

* + html .popular_post_hint li {
}

* + html .popular_post_hint li a {
	font-size: 12px;
}

* + html .popular_post_hint span.category_img {
	height: 19px;
	margin-bottom: 0;
}

* + html .right_recent_hint span.title {
	margin-top: 0;
}

* + html .box h2 {
	clear: none;
}

* + html .box hr {
	border: 1px solid #e6e6e6;
	margin: 1em 0 0 0;
}

* + html .detach {
}

* + html ul li.no_catch {
	font-size: 0;
	line-height: 0;
}

* + html ul li.no_catch li {
	font-size: 13px;
	line-height: 180%;
}

* + html .download_box .download_left h2 {
	margin-bottom: 10px !important;
}

* + html .download_box .download_left div.wpcf7-response-output {
	margin: -5px 0 1em 0 !important;
}

* + html .download_box .download_right li {
	font-size: 0;
	margin-bottom: 2px;
}

/****************************************************************/
/*			その他ハック				*/
/****************************************************************/

/* Safari 3以上, Chrome */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
	span.wpcf7-list-item input{
		border: 2px solid #FFF;
	}
}
*/

/* iphone想定 */
@media screen and (max-width: 480px) {
	.article_section .category_img {
		margin: 0 15px 5px 0;
	}
}
