@charset "UTF-8";

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　タイトル : ページ共有のスタイル
+　ファイル名 : ファイルのパスを入れます。(ルート、相対どちらでも)
+　概要 : CSSの用途を説明を入れます。
+　サイト名 : サイトの説明を入れます。
+　URL : http://
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------------------------------------------------------------
 基本設定
--------------------------------------------------------------------------------------- */

/* 基本フォント ------------------------------ */

body {
	color: #333;
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	line-height: 1.5;
}
html:not(:target) body {
	font-size: 12px;
}

input,textarea,select {
	font-family: Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

/*\*/
* html table {
	font-size: 100%;
	line-height: 1.5;
}
/**/


/* 基本タグ ------------------------------ */

body,div,
h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
p,blockquote,pre,cite,code,caption,
form,fieldset,legend,input,textarea,select,option,label {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(http://vps.sakura.ad.jp/campaign/20131031/img/body_bg.gif) no-repeat center top;
	text-align: center;
}

img,table {
	border: none;
}

table {
	border-collapse: collapse;
}

ul {
	list-style: none;
}

li img,
dt img {
	vertical-align: bottom;
}

address,em,cite {
	font-style: normal;
}


/* 基本テキストリンク ------------------------------ */

a:link {
	color: #0067b7;
	text-decoration:none;
}
a:visited {
	color: #0067b7;
	text-decoration:none;
}
a:hover {
	color: #0067b7;
	text-decoration: underline;
}
a:active {
	color: #0067b7;
	text-decoration: underline;
}


/* --------------------------------------------------------------------------------------
 float
--------------------------------------------------------------------------------------- */

.fltL{
	float: left;
}

.fltR{
	float: right;
}

/* --------------------------------------------------------------------------------------
 float解除
--------------------------------------------------------------------------------------- */

.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: .1em;}
.clearfix { display:inline-block; }
/*\*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/**/

/* --------------------------------------------------------------------------------------
 break
--------------------------------------------------------------------------------------- */

.break{
	overflow: hidden;
}

/* --------------------------------------------------------------------------------------
 align
--------------------------------------------------------------------------------------- */

.alnL {text-align: left;}
.alnC {text-align: center;}
.alnR {text-align: right;}

/* --------------------------------------------------------------------------------------
 font-size
--------------------------------------------------------------------------------------- */

.txt10 {font-size: 10px;}
.txt12 {font-size: 12px;}
.txt13 {font-size: 13px;}
.txt14 {font-size: 14px;}
.txt16 {font-size: 16px;}
.txt18 {font-size: 18px;}

/* --------------------------------------------------------------------------------------
 color
--------------------------------------------------------------------------------------- */

.red {color: #ff0000;}
.scarlet {color: #cc0000;}
.black {color: #000;}
.white {color: #fff;}


/* --------------------------------------------------------------------------------------
 bold
--------------------------------------------------------------------------------------- */

.bold {font-weight: bold;}
.normal {font-weight: normal;}

/* --------------------------------------------------------------------------------------
 margin
--------------------------------------------------------------------------------------- */

.mgb01 {margin-bottom: 1px;}
.mgb02 {margin-bottom: 2px;}
.mgb03 {margin-bottom: 3px;}
.mgb04 {margin-bottom: 4px;}
.mgb05 {margin-bottom: 5px;}
.mgb06 {margin-bottom: 6px;}
.mgb07 {margin-bottom: 7px;}
.mgb08 {margin-bottom: 8px;}
.mgb09 {margin-bottom: 9px;}
.mgb10 {margin-bottom: 10px;}
.mgb15 {margin-bottom: 15px;}
.mgb20 {margin-bottom: 20px;}
.mgb25 {margin-bottom: 25px;}
.mgb30 {margin-bottom: 30px;}
.mgb35 {margin-bottom: 35px;}
.mgb40 {margin-bottom: 40px;}
.mgb45 {margin-bottom: 45px;}
.mgb50 {margin-bottom: 50px;}

.mgr01 {margin-right: 1px;}
.mgr02 {margin-right: 2px;}
.mgr03 {margin-right: 3px;}
.mgr04 {margin-right: 4px;}
.mgr05 {margin-right: 5px;}
.mgr06 {margin-right: 6px;}
.mgr07 {margin-right: 7px;}
.mgr08 {margin-right: 8px;}
.mgr09 {margin-right: 9px;}
.mgR10 {margin-right: 10px;}

.mgl01 {margin-left: 1px;}
.mgl02 {margin-left: 2px;}
.mgl03 {margin-left: 3px;}
.mgl04 {margin-left: 4px;}
.mgl05 {margin-left: 5px;}
.mgl06 {margin-left: 6px;}
.mgl07 {margin-left: 7px;}
.mgl08 {margin-left: 8px;}
.mgl09 {margin-left: 9px;}
.mgl10 {margin-left: 10px;}

.mgt01 {margin-top: 1px;}
.mgt02 {margin-top: 2px;}
.mgt03 {margin-top: 3px;}
.mgt04 {margin-top: 4px;}
.mgt05 {margin-top: 5px;}
.mgt06 {margin-top: 6px;}
.mgt07 {margin-top: 7px;}
.mgt08 {margin-top: 8px;}
.mgt09 {margin-top: 9px;}
.mgT10 {margin-top: 10px;}