/* ==========================================================================

	 MYD SIRIUS Basic CSS

	 ========================================================================== */

/* 回り込み・回り込み解除 */

.txt-img img[align="left"] {
	margin: 0 1em 1em 0;
}

.txt-img img[align="right"] {
	margin: 0 0 1em 1em;
}

.center {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
}

.float-l { float: left;}
.float-r { float: right;}

.float-l img,
.float-r img {
	margin-bottom: 20px;
}

.float-l img { 
	margin-right: 20px;
}

.float-r img {
	margin-left: 20px;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 0;
}

.clear, .FloatEnd {
	clear: both;
	font-size: 1px;
	height: 0;
	line-height: 0;
}

@media screen and (max-width: 640px) {
	.txt-img{
		padding: 0 10px;
		text-align: center !important;
	}
	.txt-img,.txt-img img{
		float:none !important;
	}
	.float-l p,.float-l{
		text-align:center;
		float:none;
	}
}

/* 記事スタイル
	 ========================================================================== */

h2,h3,h4,h5,h6 {
	padding: 0;
	overflow: visible;
}

[class^="txt"] h2 > span,
[class^="txt"] h3 > span {
	padding: 0;
	background: none;
}

[class^="txt"] p:last-child {
	margin-bottom: 0;
}

/*点線背景*/

.txt-border {
	padding: 15px;
	border: 2px dashed #ddd;
}

/*灰色背景*/

.txt-grayback {
	padding: 15px;
	background-color: #f3f3f3;
}

/*カラー背景*/

.txt-colorback {
	padding: 15px;
	background-color: #f8f2de;
}

/*灰色枠*/

.txt-frame {
	padding: 15px;
	border: 1px solid #ddd;
}

/*カラー枠*/

.txt-colorframe {
	padding: 15px;
	border: 1px solid #c66;
}

/*角丸枠*/

.txt-rndbox {
	padding: 15px;
	border: 1px solid #ddd;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.1)
}

.txt-rndbox .top,
.txt-rndbox .bottom {
	display: none;
}

/*飾り枠1*/

.txt-decbox1 {
	padding: 53px 35px 20px;
	background: 
		url("../img/image-bg--paper-red-pin--0.png") no-repeat center top,
		url("../img/image-bg--paper-red-pin--1.png") no-repeat left   top,
		url("../img/image-bg--paper-red-pin--2.png") no-repeat right  top,
		url("../img/image-bg--paper-red-pin--3.png") no-repeat left   bottom,
		url("../img/image-bg--paper-red-pin--4.png") no-repeat right  bottom,
		url("../img/image-bg--paper-red-pin--5.png") repeat-x  center top,
		url("../img/image-bg--paper-red-pin--6.png") repeat-y  right  center,
		url("../img/image-bg--paper-red-pin--7.png") repeat-x  center bottom,
		url("../img/image-bg--paper-red-pin--8.png") repeat-y  left   center, 
		url("../img/image-bg--paper-red-pin--9.png") repeat    center center;
	color: #222;
}

/*飾り枠2*/

.txt-decbox2 {
	padding: 25px 30px 20px 35px;
	background: 
		url("../img/image-bg--postit-yellow--1.png") no-repeat left   top,
		url("../img/image-bg--postit-yellow--2.png") no-repeat right  top,
		url("../img/image-bg--postit-yellow--3.png") no-repeat left   bottom,
		url("../img/image-bg--postit-yellow--4.png") no-repeat right  bottom,
		url("../img/image-bg--postit-yellow--5.png") repeat-x  center top,
		url("../img/image-bg--postit-yellow--6.png") repeat-y  right  center,
		url("../img/image-bg--postit-yellow--7.png") repeat-x  center bottom,
		url("../img/image-bg--postit-yellow--8.png") repeat-y  left   center,
		url("../img/image-bg--postit-yellow--9.png") repeat    center center;
	color: #222;
}


/* ==========================================================================
	 commonstyles.css 上書き
	 ========================================================================== */

blockquote {
	padding: 1em;
	font-size: inherit;
	line-height: inherit;
}

.nmlbox,
.dottbox,
.graybg,
.ylwbox,
.rbox1,
.rbox2,
.rbox3,
.rbox4,
.alert,
.accept,
.attention,
.thint,
.user1,
.user2,
.rnd1
 {
	margin: 15px auto;
}

.nmlbox p:last-child,
.dottbox p:last-child,
.graybg p:last-child,
.ylwbox p:last-child,
.rbox1 p:last-child,
.rbox2 p:last-child,
.rbox3 p:last-child,
.rbox4 p:last-child,
.alert p:last-child,
.accept p:last-child,
.attention p:last-child,
.thint p:last-child,
.user1 p:last-child,
.user2 p:last-child,
.rnd1 p:last-child
 {
	margin-bottom: 0;
}

/* 文字装飾 */

.alert,
.accept,
.attention,
.thint {
	margin: 15px auto;
	padding: 15px 15px 15px 51px;
	border-radius: 6px;
	background-position: 12px 9px;
	font-size: inherit;
}

.user1,
.user2 {
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	border-radius: 6px;
	font-size: inherit;
	line-height: inherit;
	padding: 20px;
	padding-left: 141px;
	background-position: 20px 20px;
}

 .user1{
	background-image: url("../img/customer-feedback__image--male.png");
}

 .user2{
	background-image: url("../img/customer-feedback__image--female.png");
}

.alert.noimage,
.accept.noimage,
.attention.noimage,
.thint.noimage,
.user1.noimage,
.user2.noimage {
	padding: 15px;
	padding-left: 15px;
	background-image: none;
}

/* FAQ */

.question1 {
	margin: 30px auto 0;
	padding: 12px 0 12px 48px;
	background: transparent url("../img/faq-1__q.png") no-repeat left top;
	font-size: 17px;
	line-height: 1.333;
}

.answer1 {
	margin: 0 auto 30px;
	padding: 0;
	border: none;
	border-radius: 0;
	background: none;
	font-size: inherit;
	line-height: inherit;
}

.question2 {
	margin: 15px auto 0;
	padding: 15px 15px 15px 57px;
	border: 1px solid #ddd;
	border-bottom-width: 0;
	border-radius: 6px 6px 0 0;
	background: #f8f8f8 url("../img/faq-2__q.png") no-repeat 9px 9px;
	font-weight: bold;
	font-size: 17px;
	line-height: 130%;
}

.answer2 {
	position:relative;
	margin: 0 auto 15px;
	padding: 15px 15px 15px 57px;
	border: 1px solid #ddd;
	border-top-width: 0;
	border-radius: 0 0 6px 6px;
	background: #f8f8f8 url("../img/faq-2__a.png") no-repeat 9px 9px;
	font-size: inherit;
	line-height: inherit;
}

/* 吹き出し */

.bln {
	font-size: inherit;
	line-height: inherit;
}

.bln .img-l {
	top: 30px;
}

/* 角丸 */

.rnd1{
	border-radius: 6px;
}

/* シャドウ */

.shadow1 {
	box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

/* 矢印 */

.arrow_blue,.arrow_orange,.arrow_black,.arrow_red{
	margin: 9px auto;
	padding-left: 27px;
	background-position: left center;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.618;
}

.arrow_blue {
	background-image: url("../img/arrow-bullet--blue.png");
}
.arrow_orange {
	background-image: url("../img/arrow-bullet--orange.png");
}
.arrow_black {
	background-image: url("../img/arrow-bullet--black.png");
}
.arrow_red {
	background-image: url("../img/arrow-bullet--red.png");
}

body{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}

h1,h2,h3,h4,h5,h6{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

.rank1,.rank2,.rank3,.rank4,.rank5,.point,.point1,.point2,.point3,.point4,.point5{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:bold;}

#text1,#text2,#text3,#text4,#text5,#text6,#text7,#text8,#text9,#text10{font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka", Verdana,Arial, Helvetica, sans-serif;font-weight:normal;}
