@charset "utf-8";

/* CSS Document */


.contents-wrap {
	background-color: #00A1E9;
	margin-bottom: 40px;
}

@media (max-width: 767px) {

.span9 .row-fluid,
.span10 .row-fluid,
.span11 .row-fluid,
.span12 .row-fluid {
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}

.contents-wrap {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
}

.content {
	padding: 15px 0 0 0;
}

.contents {
	margin-bottom: 15px;
}

@media (max-width: 767px) {

.contents {
	margin-bottom: 0;
}
}

.box-wrap {
	margin: 10px 10px 0;
}

.pink-box {
	background-color: #E5007A;
}

.blue-box {
	background-color: #002DB2;
}

.green-box {
	background-color: #56B302;
}

@media (max-width: 767px) {

.pink-box,
.blue-box,
.green-box {
	padding: 2px;
	margin-bottom: 10px !important;
	width: 100%;
	max-width: 500px;
	margin-left: auto !important;
	margin-right: auto !important;
}
}

.pink-box h1,
.blue-box h1,
.green-box h1 {
	line-height: 18px;
}

.pink-box h1 a {
	color: #E5007A;
	padding: 1px 3px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 10px;
	line-height: 18px;
}

.blue-box h1 a {
	color: #002DB2;
	padding: 1px 3px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}

.green-box h1 a {
	color: #56B302;
	padding: 1px 3px;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 18px;
}

.pink-box h1 a:hover {
	background-color: #E5007A;
	color: #FFF;
	text-decoration: none;
}

.blue-box h1 a:hover {
	background-color: #002DB2;
	color: #FFF;
	text-decoration: none;
}

.green-box h1 a:hover {
	background-color: #56B302;
	color: #FFF;
	text-decoration: none;
}

.pink-box a:hover,
.blue-box a:hover,
.green-box a:hover {
	text-decoration: none;
}

.box-in {
	margin: 5px;
	background-color: #fff;
}

@media (max-width: 767px) {

.box-in {
	margin: 3px;
}
}

.box-in p {
	height: 40px;
	text-align: left;
	margin: 7px 0 0;
	padding: 0;
	color: #777;
	font-size: 11px;
	line-height: 13px;
}

@media (max-width: 979px) {

.box-in p {
	padding-bottom: 10px;
}
}

p.main-text {
	margin-bottom: 40px;
}

img.title {
	margin-top: -20px;
	margin-bottom: 10px;
}


@media (max-width: 767px) {

.content img {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.content img.title {
	margin-top: 20px;
	margin-bottom: 20px;
}

}


/*------------------------

詳細ページ

------------------------*/

.det-title {
	margin-bottom: 30px;
}

.list-info {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3em;
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 12px;
}

.list-info li:before {
	content: "※";
}

.pink-box-in,
.blue-box-in,
.green-box-in {
	margin-top: 30px;
}

@media (max-width: 767px) {

.pink-box-in,
.blue-box-in,
.green-box-in {
	margin-top: 10px;
}
}

.pink-box-in small,
.blue-box-in small,
.green-box-in small {
	display: block;
	margin: 0;
	padding: 0;
	color: #777;
	font-size: 11px;
}

.pink-box-in h1 {
	margin-bottom: 20px;
}

.pink-box-in h1 a {
	color: #E5007A;
	font-size: 23px;
	margin-bottom: 20px;
	line-height: 25px;
}

.pink-box-in h1 a:hover {
	background-color: #E5007A;
	color: #FFF;
}

.pink-box em {
	color: #E5007A;
}

.blue-box-in h1 {
	margin-bottom: 20px;
}

.blue-box-in h1 a {
	color: #002DB2;
	font-size: 23px;
	margin-bottom: 20px;
	line-height: 25px;
}

.blue-box-in h1 a:hover {
	background-color: #002DB2;
	color: #FFF;
}

.blue-box em {
	color: #002DB2;
}

.green-box-in h1 {
	margin-bottom: 20px;
}

.green-box-in h1 a {
	color: #56B302;
	font-size: 23px;
	margin-bottom: 20px;
	line-height: 25px;
}

.green-box-in h1 a:hover {
	background-color: #56B302;
	color: #FFF;
}

.green-box em {
	color: #56B302;
}

.price {
	border-top: #CCC dotted 1px;
	border-bottom: #CCC dotted 1px;
	padding: 1em 0 .5em;
}

.price .price01 {
	padding: 0;
	margin-bottom: .2em;
}

.price .price02 {
	color: #E20012;
	font-weight: bold;
	margin-bottom: 0;
}

.price .price02 .pull-left {
	line-height: 2.5em;
}

.price .price02 .pull-right {
	font-size: 17px;
	margin-top: .5em;
}

.price .price02 span {
	font-size: 12px;
}

/*------------------------

ボタン

------------------------*/

.button i {
	margin-left: 1em;
}

.button {
	width: 100%;
	text-align: center;
	display: block;
	float: left;
	margin: .5em 0 1em;
	padding: 1em 0;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
	letter-spacing: .08em;
	color: #fff;
	background: #0090C0;
	border: solid 1px #fff;
	border-radius: 2px;
	-moz-transition: 0.35s ease all;
	-o-transition: 0.35s ease all;
	-webkit-transition: 0.35s ease all;
	transition: 0.35s ease all;
}

.button:hover {
	color: #FFF;
	background: #0090C0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5) inset;
}

.pink-box-in .button {
	background: #E5007A;
}

.pink-box-in .button:hover {
	background-color: #BB0063;
}

.blue-box-in .button {
	background: #002DB2;
}

.blue-box-in .button:hover {
	background-color: #001E79;
}

.green-box-in .button {
	background: #56B302;
}

.green-box-in .button:hover {
	background-color: #469201;
}

/*------------------------

吹き出し

------------------------*/
.arrow_box {
	margin-top: 15px;
	margin-bottom: 30px;
	position: relative;
	background: #EEEEEE;
	padding: 15px;
}

.arrow_box:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(238, 238, 238, 0);
	border-top-color: #EEEEEE;
	border-width: 10px;
	margin-left: -10px;
}

/*------------------------

画像

------------------------*/
img {
	max-width: 100%;
}

/*------------------------

表示・非表示

------------------------*/

br.both {
	display: block;
}

br.sp_only {
	display: none;
}

@media only screen and (max-width: 767px) {

br {
	display: none;
	visibility: hidden;
}

br.sp_only {
	display: block;
}
}

/*------------------------

ボタン

------------------------*/

.btn_feature {
	margin-left: 20px;
    margin-right: 20px;
    width: auto;
	color: #DDDDDD;
	border-top: solid 1px #DDD;
	padding-top: 1em;
}

.btn_feature a {
	color: #DDDDDD;
	font-size:1.1em;
	font-weight:bold;
	margin-right:1em;
	margin-bottom:15px;
	display:inline-block;
	background:url(../img/icon_feature.png) left 5px no-repeat;
	padding-left:0.7em;
}

.btn_feature a:hover {
	color:#FFF;
}
