@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:
 *
=====================================================*/
.cautionArea {
	padding: 4px 0;
    border-bottom:1px solid #000000;
	color: #999999;
	font-size: 80%;
    text-align:center;
    background: #FFF8C8; /* Old browsers */
    background: -moz-linear-gradient(top, #FFFAD7 0%, #FFF8C8 50%, #FFF6B4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFAD7), color-stop(50%,#FFF8C8), color-stop(100%,#FFF6B4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #FFFAD7 0%,#FFF8C8 50%,#FFF6B4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #FFFAD7 0%,#FFF8C8 50%,#FFF6B4 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #FFFAD7 0%,#FFF8C8 50%,#FFF6B4 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFAD7', endColorstr='#FFF8C8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #FFFAD7 0%,#FFF8C8 50%,#FFF6B4 100%); /* W3C */
}

#footerCaution {
	width: 98%;
	margin: 2% auto;
	pading: 1%;
	border: 1px solid #000000;
	border-radius: 8px;	
}
p.camP {
	padding: 8px;
	color: #9c5d03;	
}
p.caution {
	padding: 4px;	
}
p.caution a {
	color: #3399ff;	
	text-decoration: underline;
}
div.item_container {
	position: relative;	
	width: 96%;
	margin: 20px auto 10px;
	background: url(../../img/site/cam/cam001_block_bg.png) no-repeat;
	background-size: 100%;
}

div.item {
	padding: 20px 10% 0;
	color: #9c5d03
}
div.item2 img, div.item3 img {
	float: left;
}
div.item h3{
	font-weight: bold;
}
div.item p{
	font-size: 90%;	
}
div.item1 div {
	text-align: center;	
	margin: 5px auto;
}
div.item1 p {
	margin-left: 25%;	
}
p#item2P {
	margin-left: 0;
	margin-right: 25%;	
}
img#op1 {
	position: absolute;
	bottom: -10px;
	left: -1%;
	width: 30%;
	max-width: 144px;		
}
div.item2 div img {
	float: left;
	margin-right: 2%;
}
div.item2 p {
}
img#op2 {
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 30%;
	max-width: 129px;		
}
div.item3 p {
	margin-left: 25%;	
}
img#op3 {
	position: absolute;
	bottom: -10px;
	left: -1%;
	width: 27%;
	max-width: 129px;		
}
img.person {
	position: absolute;
	top: -10px;
	right: 0;
	width: 24%;
	max-width: 110px;	
}
img.bgEnd {
	width: 100%;
}
#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(../../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;		
}

.headerBar {
	margin-bottom: 6px;	
	text-align: center;	
}


.free_contents {
	display: -webkit-box;
	display: -moz-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 92%;
	margin: 0 0 0 4%;
	padding: 6px 0;
}
.free_contents .free_img {
	width: 120px;
}
.free_contents .free_info {
	box-flex: 1;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	padding: 0 10px;
}

ul.htmlBtn {
	margin: 0 auto 8px;
	text-align: center;	
}
ul.htmlBtn li {
	display: inline-block;
	width: 40%;
	margin: 2px 1%;
}
ul.htmlBtn li a {
	display: block;
	padding: 8px 0;
	border-radius: 4px;
	color: #000000;
	font-size: 80%;
}

section.externalLink {
	padding-bottom: 4px;	
}
.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: 48%;	
	margin: 5px 1%;
}
.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;
}
.tableList ul {
	-webkit-box-sizing: border-box;
	-moz-sizing: border-box;
	box-sizing: border-box;
	display: table;
	width: 98%;
	margin: 10px auto;
}
.tableList ul>li {
	-webkit-box-sizing: border-box;
	-moz-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: top;
	padding: 0 1%;
}
.tableList ul>li img { vertical-align: top; width: 100%; }
.table2Cols ul>li {
	width: 50%;
}
.table3Cols ul>li {
	width: 33%;
}
.table4Cols ul>li {
	width: 25%;
}
.leftThumb ul>li { vertical-align: middle; }
.leftThumb ul>li:first-child { width: 30%; }
.leftThumb ul>li img { vertical-align: middle; }
a.btn {
	display: block;
	padding: 10px 2%;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	background: #ff6699;	
}
a.btnImg {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
}
a.btnImg img {
	width: 100%;
}
h2 img, h3 img {
	width: 100%;
}
h3 {
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 5px;	
}
h4.toList {
	margin: 0;	
}
#free span {
	color: #ff0000;	
}
.bnrLink {
	text-align: center;
}
ul.toListLink {
	text-align: center;
}
ul.toListLink li {
	display: inline-block;	
	width: 94%;
	margin: 0px 3% 10px;
}
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 h5 {
	color: #ff6600;
	font-size: 110%;	
}
ul.verticalList li.btnLink>div a {
	margin-top: 10px;
}
#bonus {
	padding: 10px 0 15px;
	background: url(../../img/site/top/leaf_2.png) left bottom no-repeat, url(../../img/site/top/leaf_2_bg.jpg) no-repeat;
	background-size: 100%;
}
div.btnRegist {
	padding: 0 0 10px;	
}
div.btnRegist img {
	width: 94%;	
}
#free img.icon {
	width: 60%;
	max-width: 160px;	
}
#recommend h3 {
	text-align: center;
}

/***** btn color *****/

li.btn1 a, li.btn2 a, 
li.btn3 a, li.btn4 a,  {
	border-radius: 8px;
	color: #ffffff !important;
	text-shadow: 1px 1px 3px #000;  
	box-shadow: 2px 3px 3px #666666;
}
li.btn1 a {
	border-top: 2px solid #FFCED5;
	border-left: 2px solid #FFCED5;
	border-right: 2px solid #8E010F;
	border-bottom: 2px solid #8E010F;
	background: rgb(255,170,182); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,170,182,1) 0%, rgba(224,85,87,1) 66%, rgba(178,1,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,170,182,1)), color-stop(66%,rgba(224,85,87,1)), color-stop(100%,rgba(178,1,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,170,182,1) 0%,rgba(224,85,87,1) 66%,rgba(178,1,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,170,182,1) 0%,rgba(224,85,87,1) 66%,rgba(178,1,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,170,182,1) 0%,rgba(224,85,87,1) 66%,rgba(178,1,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,170,182,1) 0%,rgba(224,85,87,1) 66%,rgba(178,1,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaab6', endColorstr='#b20113',GradientType=0 ); /* IE6-9 */

}
li.btn2 a {
	border-top: 2px solid #EEFFEE;
	border-left: 2px solid #EEFFEE;
	border-right: 2px solid #0149A0;
	border-bottom: 2px solid #0149A0;
	background: rgb(170,225,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(170,225,255,1) 0%, rgba(84,178,221,1) 64%, rgba(1,94,193,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,225,255,1)), color-stop(64%,rgba(84,178,221,1)), color-stop(100%,rgba(1,94,193,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,225,255,1) 0%,rgba(84,178,221,1) 64%,rgba(1,94,193,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,225,255,1) 0%,rgba(84,178,221,1) 64%,rgba(1,94,193,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,225,255,1) 0%,rgba(84,178,221,1) 64%,rgba(1,94,193,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(170,225,255,1) 0%,rgba(84,178,221,1) 64%,rgba(1,94,193,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae1ff', endColorstr='#015ec1',GradientType=0 ); /* IE6-9 */
}
li.btn3 a {
	border-top: 2px solid #FFEBC6;
	border-left: 2px solid #FFEBC6;
	border-right: 2px solid #995E01;
	border-bottom: 2px solid #995E01;
	background: rgb(255,226,170); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,226,170,1) 0%, rgba(224,182,85,1) 65%, rgba(196,115,1,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,226,170,1)), color-stop(65%,rgba(224,182,85,1)), color-stop(100%,rgba(196,115,1,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,226,170,1) 0%,rgba(224,182,85,1) 65%,rgba(196,115,1,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,226,170,1) 0%,rgba(224,182,85,1) 65%,rgba(196,115,1,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,226,170,1) 0%,rgba(224,182,85,1) 65%,rgba(196,115,1,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,226,170,1) 0%,rgba(224,182,85,1) 65%,rgba(196,115,1,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe2aa', endColorstr='#c47301',GradientType=0 ); /* IE6-9 */
}
li.btn4 a {
	border-top: 2px solid #BCDBBC;
	border-left: 2px solid #BCDBBC;
	border-right: 2px solid #002600;
	border-bottom: 2px solid #002600;
	background: rgb(180,221,180); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(180,221,180,1) 1%, rgba(64,127,61,1) 67%, rgba(0,68,6,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(180,221,180,1)), color-stop(67%,rgba(64,127,61,1)), color-stop(100%,rgba(0,68,6,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(180,221,180,1) 1%,rgba(64,127,61,1) 67%,rgba(0,68,6,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(180,221,180,1) 1%,rgba(64,127,61,1) 67%,rgba(0,68,6,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(180,221,180,1) 1%,rgba(64,127,61,1) 67%,rgba(0,68,6,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(180,221,180,1) 1%,rgba(64,127,61,1) 67%,rgba(0,68,6,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#004406',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(../../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;
}

/***** CAM103 *****/
.sp_free {
  background: url("../../img/site/bg/arti001_bg.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  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;
}