@charset "utf-8";
/* CSS Document */

/*--------------- ユニバーサルセレクタ ---------------*/
* {
    margin:0;
    padding:0;
}



/*--------------- 全体に関する設定 ---------------*/
body {
     text-align: center;
     font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Arial,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
     font-size: 13px;
     line-height: 1.8em;
     color: #2e7c99;
     background: url(../images/dot3.png) 0px 0px repeat-x #cff0fb;
}
img , a img {
     margin: 0;
     padding: 0;
     border: 0;
}
input::-moz-focus-inner {
     border-style: none;
}
ul , li {
     margin: 0;
}
h3 {
     margin-bottom: 1em;
     font-size: 18px;
     font-weight: bold;
     line-height: 1.4em;
}
h4 {
     margin-bottom: 1em;
     font-size: 15px;
     font-weight: bold;
     line-height: 1.4em;
}
p {
     margin-bottom: 1em;
     font-size: 12px;
     line-height: 1.8em;
}
strong {
     font-size: 1em;
}
::selection { /* CSS3 */
     background: #4cccff;
     color: #fff;
}
::-moz-selection { /* Firefox */
     background: #4cccff;
     color: #fff;
}



/*--------------- リンクの基本設定 ---------------*/
a {
     outline: none;
     color: #ff6390;
     text-decoration: none;
}
a:hover ,
a:active {
     text-decoration: underline;
}



/*--------------- 各所に使っている設定 ---------------*/
.clear {
     clear:both;
}
.raquo  {
     margin-left:1em;
     text-indent:-1em;
}
.align_left {
     float: left;
     margin: 0 20px 0 0;
}
.align_right {
     float: right;
     margin: 0 0 0 20px;
}
.caption {
     font-size: 11px;
     color: #999;
}

a.onmouse:hover {
	opacity: 0.8;  /* Firefox 1.5以上, Opera, Safari用 */
	filter: alpha(opacity=80);  /* IE7以下用 */
	-ms-filter: "alpha(opacity=80)";  /* IE8用 */
	zoom: 1;
}

/*-- dlの2カラム --*/
dl.col2 dt {
	float: left;
	margin: 0px 0;
	padding: 0px 0 0px;
	width: ;
	line-height: ;
}
dl.col2 dd {
	padding: 0px 0 0 0;
	margin: 0px 0 10px;
}

/*-- dlの横組み --*/
dl.horizon dt {
	font-weight: bold;
	display: inline;
}
dl.horizon dd {
	margin: 0 20px 0 -3px;
	display: inline;
}
dl.horizon dd:last-child {
	margin-right: 0;
}



/*--------------- section ---------------*/
.section {
     clear: both;
     margin-bottom: 100px;
}
.section:last-child {
     margin-bottom: 0;
}
.section p:last-child {
     margin-bottom: 0;
}



/*--------------- unit ---------------*/
.unit {
     clear: both;
     overflow: hidden;
     zoom: 1;
}

.col2_ab .box:nth-of-type(1) {
     float: left;
}
.col2_ab .box:nth-of-type(2) {
     padding: 0 0 0 20px;
     overflow: hidden;
     zoom: 1;
}
.col2_ba .box:nth-of-type(1) {
     float: right;
}
.col2_ba .box:nth-of-type(2) {
     padding: 0 20px 0 0;
     overflow: hidden;
     zoom: 1;
}
.col2_ab .box:nth-of-type(2) p:last-child ,
.col2_ba .box:nth-of-type(2) p:last-child {
     margin-bottom:0;
}

.colx .box {
     float: left;
     margin-right: 20px;
}
.colx .box:last-child {
     margin-right: 0;
}





#container {
	width:810px;
	margin:0px auto;
	text-align:left;
	position:relative;
}

#banner {
	margin: 10px 0 8px;
}
#header {
	height: 130px;
	width:810px;
	margin:0px auto;
	padding:0px;
	background:url(../images/szk-bg-header.png) 0px 0px no-repeat;
	position:static;
}
#contents {
	background: #fff;
}
#contents1 {
	height: 1094px;
	width:810px;
	margin:0px auto;
	padding:0px;
	background:url(../images/szk-bg-contents1.jpg) 0px 0px no-repeat;
	background-color: #FFFFFF;
	position:static;
}


#sidebox {
	position: relative;
	top: 111px;
	right: 22px;
	float: right;
	width: 346px;
	margin: 0px auto;
	padding: 0px;
	color: #2e7c99;
}


#twbox {
	width: 766px;
	margin: 10px auto 0px;
	font-size:100%;
	background-color: #EEFFFE;
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
	position:relative;
}
#twbox .twtr-bd {  /* ツイート範囲 */
	padding-bottom: 1px;
}
#twbox .twtr-timeline {
	-webkit-border-radius: 4px;  /* Safari, Chrome用 */
	-moz-border-radius: 4px;  /* Firefox用 */
	border-radius: 4px !;  /* CSS3 */
	behavior: url(PIE.htc);
}
#twbox .twtr-ft {  /* フッター */
	display: none;
}



/*--------------- info ---------------*/
#info {
	width:300px;
	padding: 10px 20px 20px 20px;
	margin:0px 0px 10px 0px;
	border:3px solid #ffffff;
	font-size: 14px;
	line-height: 17px;
	background: #EEFFFE;
}
#appli .box {
	float: left;
	width: 138px;
}
#appli .box:nth-of-type(2) img {
	margin-left: 4px;
}
#appli .caption {
	margin-bottom: 2px;
	text-align: center;
	font-size: 10px;
	line-height: 1em;
	letter-spacing: 1px;
}

#spec {
	margin-top: 20px;
}
#spec dl {
	float: left;
	margin: 0;
	font-size: 11px;
	letter-spacing: 0;
}
#spec dt {
	clear: both;
	float: left;
	margin: 0 15px 0 0;
	width: 62px;
	color: #999;
	border-right: 1px #b3b3b3 dashed;
}
#spec dd {
	float: left;
	overflow: hidden;
	zoom: 1;
}

#appbank {
	float: right;
	margin: 10px 0 0 0;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
	line-height: 1em;
	color: #ff7fa4;
}
#appbank span {
	font-size: 10px;
	font-weight: normal;
}

#about {
	margin: 19px 0 20px;
	letter-spacing: 1px;
}



#footer {
	width:810px;
	height: 80px;
	margin:0px auto;
	padding:20px 0px;
	background:url(../images/szk-bg-footer.png) 0px 0px no-repeat;
	position:static;
}





#box1 p {
	font-size: 13px;
	line-height: 1.6em;
	letter-spacing: 1px;
	color: #09627b;
}
#box1 td {
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 1px;
}
#box1 td.data {
	padding-left: 8px;
	border-left: 8px solid #ff8bda;
	color: #ee7ad9;
}
#info p {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 1px;
}
#info td {
	font-size: 11px;
	line-height: 1.5em;
	letter-spacing: 1px;
	padding: 0 0 0 15px;
}
#info td.data {
	padding: 0px 0 0px 0;
	border-right: 2px solid #ccc;
	color: #666;
	text-align: center;
}
.social_btn { 
	margin-bottom: 10px; 
	padding: 0px; 
	width:300px; 
}
.social_btn .twitter { 
	float: left; 
	margin: 0px 10px 0px 0px; 
	padding: 0px; 
	display: inline; 
	width: 100px; 
}
.social_btn .facebook { 
	float: left; 
	margin: 0px 10px 0px 0px; 
	padding: 0px; 
	display: inline; 
	width: 100px; 
}



/*--------------- air ---------------*/
#air .box:nth-of-type(2) {
	padding-left: 15px;
}
#air h2 {
	margin: 10px 0 15px;
	width: 151px;
	height: 66px;
	background: url(../images/air_hl.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#air h3 {
	margin-bottom: 15px;
	padding: 15px 0;
	width: 151px;
	height: 54px;
	border-top: 1px #7ab6cc dashed;
	border-bottom: 1px #7ab6cc dashed;
	background: url(../images/air_title.png) 0 center no-repeat;
	text-indent: -9999px;
}
#air h3+p {
	line-height: 1.4em;
}
#air_download {
	margin: 20px 0 -1px;
	text-align: center;
}
#air_download p {
	margin-bottom: 2px;
	font-size: 10px;
	color: #7ab6cc;
	line-height: 1em;
}
ul.col2 {
	margin-bottom: 15px;
	text-align: center;
}
ul.col2 li {
	margin-right: 1em;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	display: inline;
}
ul.col2 li:last-child {
	margin-right: 0;
}
#air .box:nth-of-type(2) .caption {
	font-size: 10px;
	line-height: 1.4em;
}
#rule h2 {
	margin-bottom: 30px;
}



/*--------------- news ---------------*/
#news {
	margin: 60px auto 0;
	padding: 0 20px;
	width: 580px;
	border-top: 2px #599bb3 dotted;
}
#news h2 {
	margin: -13px auto 16px;
	width: 102px;
	height: 23px;
	background:url(../images/news_hl.png) 0 0 no-repeat;
	background-color: #fff;
	text-indent: -9999px;
	border-left: 8px #fff solid;
	border-right: 8px #fff solid;
}
#news dt {
	width: 7em;
	color: #7abacc;
}

#news dd {
	padding-left: 7em;
	color: #2e7c99;
}



/*--------------- campain ---------------*/
#campain {
	margin: 60px auto 0;
	padding: 0 20px;
	width: 580px;
	text-align: center;
	border-top: 2px #599bb3 dotted;
}
#campain h2 {
	margin: -13px auto 20px;
	width: 208px;
	height: 23px;
	background:url(../images/campain_hl.png) 0 0 no-repeat;
	background-color: #fff;
	text-indent: -9999px;
	border-left: 8px #fff solid;
	border-right: 8px #fff solid;
}
#campain a img {
	margin: 0 auto 10px;
}
#campain a:last-child img {
	margin-bottom: 0;
}



/*--------------- FancyBox ---------------*/
.fb_contents {
	padding: 40px;
	background: #e5f8ff;
}
.fb_contents h2 {
	margin-bottom: 0.1em;
	font-size: 16px;
	line-height: 1.4em;
}
.fb_contents p ,
.fb_contents ul ,
.fb_contents dd {
	margin-bottom: 3em;
	font-size: 14px;
}
.fb_contents dt {
	font-size: 14px;
	font-weight: bold;
}
.fb_contents dl {
	text-align: left;
}
.fb_contents p:last-child ,
.fb_contents ul:last-child ,
.fb_contents dd:last-child {
	margin-bottom: 0;
}