@import  "http://fonts.googleapis.com/earlyaccess/notosansjapanese.css";

/*
カスタム CSS 機能へようこそ。

使い方についてはこちらをご覧ください
(英語ドキュメンテーション)。http://wp.me/PEmnE-Bt
*/

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, small, 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: "Noto Sans Japanese", sans-serif;
	letter-spacing: 1px;
}


body {
	font-size: 15px;
	line-height: 22px;
	color: #555;
}


/* text */
#main-nav a {
	font-family: "Noto Sans Japanese", sans-serif;
}

#main-menu>li>a {
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 15px;
}

body.origamiez-page-magazine #sidebar-center .widget {
	margin-top: 10px;
}

.entry-content h1 {
	background: url(.gif) left center no-repeat;
	padding-left: 0;
	font-size: 27px;
	letter-spacing: .1em;
	margin-top: 0;
}

.h1-text {
	margin-left: 10px;
	font-size: 12px;
	font-weight: normal;
}

.entry-content h2 {
	position: relative;
	margin: 1.5em 0;
	padding: .5em 0 .5em 1.5em;
	border: 1px solid #1E73BE;
	font-size:26px;
	
}

.entry-content h2:before {
	content: "";
	position: absolute;
	background: #1E73BE;
	top: 50%;
	left: .5em;
	margin-top: -15px;
	height: 30px;
	width: 8px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.entry-content h3 {
	background: url("http://aizucarcenter.co.jp/acc/wp-content/themes/origamiez/images/patterns/default.jpg") repeat center center rgba(0,0,0,0);
	margin-bottom: 20px;
	padding: 6px;
}

.h3-text {
	background-color: #FFF;
	margin-left: 15px;
	letter-spacing: 1px;
	padding: 12px 15px;
	line-height: 1.8;
	font-weight:600;
}

.entry-content h4 {
	margin-top: 30px;
	color: #1E73BE;
	font-weight:600;
}

.heading1 {
	position: relative;
	padding-left: 2px;
	border-bottom: 1px dotted #d8d8d8;
	font-size: 110%;
	font-weight: bold;
	line-height: 28px;
	margin: 20px 0 10px;
}

.heading2 {
	position: relative;
	padding-left: 2px;
	border-bottom: 1px solid #aaa;
	font-size: 108%;
	font-weight: bold;
	line-height: 38px;
	margin: 20px 0 10px;
}

.entry-content hr {
	margin: 40px 0;
}

.b {
	font-weight: bold;
}

/* table */
.table_01 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

.table_01 th {
	width: 25%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

.table_01 td {
	padding: 10px;
	background-color: #eee;
	border: 1px solid #b9b9b9;
	font-weight: bold;
	color: #333;
}

.table_02 {
	border-collapse: collapse;
	width: 100%;
}

.table_02 th.t_top {
	border-top: #1E73BE 4px solid;
}

.table_02 th {
	border-bottom: #AAA 1px dotted;
	text-align: left;
	padding: 10px;
	font-weight: bold;
	background-color: #efefef;
}

.table_02 td.t_top {
	border-top: #b3b3b3 4px solid;
}

.table_02 td {
	border-bottom: #AAA 1px dotted;
	text-align: left;
	padding: 10px;
}

.table_03 {
	width: 100%;
	margin: 20px 0;
	border-collapse: collapse;
	text-align: left;
	line-height: 1.5;
}

.table_03 th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border: 1px solid #ccc;
}

.table_03 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}

.table_04 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 5px;
}

.table_04 th {
	width: 25%;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	color: #333;
	background-color: #eee;
	border: 1px solid #b9b9b9;
}

.table_04 td {
	padding: 10px;
	border: 1px solid #b9b9b9;
	font-weight: normal;
	color: #333;
}

.table_05 {
	width: 100%;
	text-align: center;
}

.table_05 td {
	padding: 10px;
}

/* list */
.defaultlist,.defaultlist li {
	padding: 0;
	margin: 0;
}

.defaultlist li {
	list-style-type: none !important;
	list-style-image: none !important;
	margin: 25px 0 !important;
}

.list5 li {
	position: relative;
	padding-left: 26px;
	font-weight: bold;
}

.list5 li:before {
	content: '';
	height: 0;
	width: 100%;
	display: block;
	position: absolute;
	top: 28px;
	left: 0;
	border-bottom: 1px dotted #aaa;
}

.list5 li:after {
	content: '';
	display: block;
	position: absolute;
	background: #1E73BE;
	width: 10px;
	height: 10px;
	top: 7px;
	left: 5px;
	border-radius: 5px;
}

/* dl dt dd */
dl.section {
	margin: 20px 0 10px;
}

dt {
	float: left;
	width: 125px;
}

dd {
	margin-left: 135px;
	border-left: solid 1px #D8D8D8;
	padding-left: 10px;
	min-height: 80px;
}

.box1 {
	background-color: #1E73BE;
	border-radius: 3px;
	width: 110px;
	text-align: center;
	padding: 12px;
	color: #fff;
}

/* 三角形 */
.triangle {
	width: 0;
	height: 0;
	border-top: solid 30px #ddd;
	border-right: solid 30px transparent;
	border-bottom: solid 10px transparent;
	border-left: solid 30px transparent;
	margin: 0 auto;
	text-align: center;
}

.triangle2 {
	width: 0;
	height: 0;
	border-top: 2px solid transparent;
	border-left: 4px solid red;
	border-bottom: 2px solid transparent;
}

#origamiez-top-banner img {
	max-width: 100%;
	height: auto;
}

#origamiez-logo img {
	max-width: 100%;
	height: auto;
}

#sidebar-left {
	padding-bottom: 5px;
}

/* contactbutton */
.contactbutton a {
	width: 346px;
	max-width: 100%;
	background-color: #1e73be;
	border-radius: 3px;
	box-shadow: 0 3px 0 #2A406D;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px 0 20px;
	padding: 10px 0;
}

.contactbutton a:hover {
	color: #ccc;
}

.contactbutton2 a {
	width: 480px;
	max-width: 100%;
	background-color: #1e73be;
	border-radius: 3px;
	color: #ffffff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 16px 0;
}

.contactbutton2 a:hover {
	margin: 0 auto;
	color: #ccc;
}

.contactbutton3 a {
	width: 480px;
	max-width: 100%;
	background-color: #ddd;
	border-radius: 3px;
	color: #1E73BE;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 20px auto;
	padding: 16px 0;
}

.contactbutton3 a:hover {
	color: #2A406D;
}

a:hover img {
	opacity: .6;
	filter: alpha(opacity=60);
	-moz-opacity: .6;
}

@media print {
	a[href]:after {
		content: "" !important;
	}
	
	abbr[title]:after {
		content: "" !important;
	}
}