@charset "utf-8";

/*=====================================================
 * Style Name: CamElements
 * Style URL: ./css/site/cam.css
 * Description: CamStylesheet
 * Version: 1.0
 * Last Up Date: 2012/08/31
 * Author: Neos Corporation.
 * Author URL: http://www.neoscorp.jp/
 *
 * Markup Reference:
 *
=====================================================*/

#ctsArea img {
	margin: 1% 0;	
}


div.ouboBtn {
	width: 94%;
	margin: 15px auto;
}
div.ouboBtn a {
	display: block;
	padding: 7% 0;
	border-radius: 14px;
	color: #735735;
	font-weight: bold;
	font-size: larger;
	text-align: center;
	background: url(https://love-moomin.jp/CAM008/img/site/btn/btn_taikai_bg.png);
	background-repeat:no-repeat;
	background-position:center center;
	-o-background-size: 100% 100%, auto;
	-moz-background-size: 100% 100%, auto;
	-webkit-background-size: 100% 100%, auto;
	background-size: 100% 100%, auto;		
}

.usefulApp {
	position: relative;
	display : table;
	width: 96%;
	margin: 0 auto;	
}
.usefulApp div {
	display: table-cell;
	vertical-align: middle;	
}
.usefulApp a {
	display: block;
	width: 100%;
}
.usefulApp a p {
	color: #996633;
}
.borderDotted {
	padding: 4px;
	border-bottom: dotted 2px #adadad;	
}
.borderDotted h4 {
	font-size: 130%;
	font-weight: bold;
}
div.appBtn {
	display: inline-block;
	width: 25%;
	margin-left: 72%;
	padding: 1%px;
	border-radius: 6px;
	color: #ffffff;
	text-align: center;
	background: #ff9900;
}
.belt {
	padding: 6px 0;
	text-align: center;	
}
#main>p {
	padding: 8px 2%;	
}
section.contents {
	margin-bottom: 10px;	
}
div.mainImage {
	width: 96%;
	margin: 10px auto;
}

h4.check {
	display: block;
	margin: 4px 0 0;
	padding: 4px 0;
	border-radius: 4px;	
}

ul.subBtn {
	margin-top: 6px;	
}
ul.subBtn2 li {
	display: inline-block;
	width: 46%;
}
ul.subBtn li a, ul.subBtn2 li a {
	display: block;
	width: 94%;
	margin: 0 auto;
	padding: 15px 0;
	border-radius: 12px;
	color: #ffffff;
	text-align: center;
}
.bb {
	border-bottom: ddotted 1px #996600;	
}
.centerTwoImage {
	width: 90%;
	margin: 0 auto;	
}
.centerTwoImage img {
	float: left;
	width: 50%;	
	margin-bottom: 5px;
}
.centerTwoImage p{	
	clear: both; 
	padding-top: 10px;
}
.centerTwoImage .check a {
	display: block;
	margin: 10px 0;
	padding: 14px 0;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	background: #0066ff;
}
a.btn {
	display: block;
	padding: 10px 2%;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background:  #ff6699;	
}

ul.verticalList li a.btn {
	margin-top: 10px;
}

a.btn02 {
	display: block;
	padding: 10px 2%;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background: #fc7624;	
}

ul.verticalList li a.btn02 {
	margin-top: 10px;
}

#kisekae small {
	display: block;
	padding: 0 2% 5px;	
}
h2 img {
	width: 100%;
}
h3 img {
	width: 100%;
	margin-bottom: 10px;
}
div.btnRegist {
	padding: 0 0 10px;
	text-align: center;	
}
div.btnRegist img {
	width: 94%;	
}
.bnrLink {
	text-align: center;
}
ul.toListLink {
	text-align: center;
}
ul.toListLink li {
	display: inline-block;	
	width: 94%;
	margin: 10px 3%;
}
ul.list2 li {
	width: 46%;
	margin-left: 1%;
}
ul.list2 li:first-child {
	margin-left: 3%;
	margin-right: 1%;
}
ul.toListLink li img {
	width: 100%;
}
ul.verticalList li {
	border-bottom: dotted 2px #999999;	
}
ul.verticalList li:last-child {
	border: none;	
}
ul.verticalList li.boxLink>a,
ul.verticalList li.btnLink {
	display: table;	
	width: 96%;
	padding: 10px 2%;
}
ul.verticalList li.boxLink>a>div,
ul.verticalList li.btnLink>div{
	display: table-cell;
	vertical-align: middle;
}
ul.verticalList li.boxLink>a>div:first-child,
ul.verticalList li.btnLink>div:first-child {
	width: 30%;
	padding-right: 10px;	
}
ul.verticalList li.boxLink>a>div:first-child img,
ul.verticalList li.btnLink>div:first-child img {
	width: 100%;
}

ul.verticalList li.boxLink02>a,
ul.verticalList li.btnLink02 {
	display: table;	
	width: 96%;
	padding: 10px 2%;
}
ul.verticalList li.boxLink02>a>div,
ul.verticalList li.btnLink02>div{
	display: table-cell;
	vertical-align: middle;
}
ul.verticalList li.boxLink02>a>div:first-child,
ul.verticalList li.btnLink02>div:first-child {
	width: 40%;
	padding-right: 10px;	
}
ul.verticalList li.boxLink02>a>div:first-child img,
ul.verticalList li.btnLink02>div:first-child img {
	width: 100%;
}

ul.verticalList li h5 {
	color: #ff6600;
	font-size: 110%;	
}

a.glossyBtn01 {
	background: rgb(255,140,25) !important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,140,25,1) 0%, rgba(242,141,26,1) 71%, rgba(229,83,4,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,140,25,1)), color-stop(71%,rgba(242,141,26,1)), color-stop(100%,rgba(229,83,4,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,140,25,1) 0%,rgba(242,141,26,1) 71%,rgba(229,83,4,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,140,25,1) 0%,rgba(242,141,26,1) 71%,rgba(229,83,4,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,140,25,1) 0%,rgba(242,141,26,1) 71%,rgba(229,83,4,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,140,25,1) 0%,rgba(242,141,26,1) 71%,rgba(229,83,4,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8c19', endColorstr='#e55304',GradientType=0 ); /* IE6-9 */	
}


/***** CAM100 *****/
.sp {
	max-width: 480px;
	line-height: 1;
	margin-left: auto;
	margin-right: auto;
	background-color: #e8ebda;
}
.sp h2>img {
	width: 100%;
}
.sp .sp_contents {
	padding-bottom: 10px;
}
.sp .belt {
	color: #ffffff;
	background-color: #a3c09a;	
}
.sp .sp_info,
.sp .contentsWrapper {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 2%;
	background-color: rgba(255,255,255,0.8);
}
.sp .sp_info {
	margin: 10px auto;
}
.sp #free_contents>p {
	margin: 10px 2%;
}
.sp_contents h3 {
	display: inline-block;
	min-width: 48%;
	margin-bottom: 10px;
	padding: 4px 4px 4px 0;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 700;
	background-image: url(https://love-moomin.jp/CAM008/img/site/bg/diagonal_stripes.png);
	background-color: #a3c09a;
}
.sp_contents h3>span {
	display: block;
	min-width: 45%;
	padding: 6px 20px 6px 10px;
	background: #a3c09a;
}
.sp .sp_contents h1+img {
	margin-top: 1em;	
}
.sp .thumbnailList span {
	margin-top: 4px;
	font-size: 80%;
}
.sp .thumbnailList a img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cccccc;
}
.sp a.btn {
	display: inline-block;
	margin-top: 5px;
	margin-right: 1%;
	padding: 4px 1%;
	border-radius: 4px;
	color: #666666;
	text-align: right;
	background: none;
}
.sp ul#external {
	margin-top: 0;
}
.sp ul.verticalList li.boxLink>a,
.sp ul.verticalList li.btnLink {
	width: 100%;
	padding: 0;
}
.sp_banner {
	width: 96%;
	margin: 0 auto;
	padding: 10px 0;
	text-align: center;
}
.sp_banner img {
	width: 100%;
}

/***** CAM102 *****/
.column_contents:first-child {
	padding-top: 10px;
}
.column_contents img.section_main_image {
	width: 90%;
	margin: 0 5% 10px;
}
p.column_text {
	padding: 0 2% 10px;
}

/***** CAM103 *****/
.sp_free {
  background: #f9f6ef;
  color: #666666;
}
.sp_free .sp_free_contents  {
	margin-bottom: 10px;
}
.sp_free .sp_free_contents h3 {
  padding: 4px 2%;
  text-align: center;
}
.sp_free .sp_free_contents h3,
.sp_free .sp_free_contents h4 {
  font-weight: 700;
}
.sp_free div.btnRegist img {
    width: 60%;
}
img.mainImg {
	width: 100%;
	margin-bottom: 10px;
}
.sp_free .footerNavi3 {
	margin-bottom: 10px;
}