/* サイトの基本設定 */
* { margin : 0 ; padding : 0 ; }

html {
	height: 100%;
}

body { 
	height: 100%;
	
	font-size: 14px;
	line-height: 150%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
	background-color: #ffffff;
	background-image: url(../img/ws_wall.png);
	background-position: left top;
	background-repeat: repeat;
	background-attachment: fixed, fixed; 
}

img{	
	border:none;
	vertical-align: middle;
	}

/* 全体の設定 */
div#wrapperBox  {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	position: relative;
	min-height: 100%;
}
div#container { /* フッター固定用 */
	  padding-bottom: 2em;
}
div#headerBox   {
	width: 900px;
	text-align: center;
	margin-top: 16px;
} 

div#containerBox {  
    width: 780px;
	margin: 0 auto;
}
div#containerBox:after  {  
	margin: 0 auto;   
	height: 0;  
    visibility: hidden;  
    content: ".";  
    display: block;  
    clear: both;  
}  

h1 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 0em;
	}
h2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 0em;
	}
h3 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-left: 0;
	margin-bottom: 16px;
	}
h4 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 0em;
	}
h5 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 100%;
	font-weight: bold;
	margin-left: 12px;
	margin-bottom: 0em;
	}

/* ホームへ戻る */
div#gpi {
	width: 700px;
	text-align: left;
}

/* 本文 */

div.mainBox {  
    float: center;  
    width: 700px;
	height: 100%;  
	margin: 0 auto; 
	padding: 32px; 
	background-color: rgba(235,255,231,0.6);
}

div.mail {  
    float: center;  
    width: 500px;
	height: 100%;  
	margin: 0 auto; 
	padding: 16px; 
	background-color: rgba(250,255,169,0.75);
	text-align: center;
}

.text {
	float: left;
	width : 508px;
	height: auto;
}

/* 検討中のタイトル */
.title{
	color: #3366cc;
	font-size: 1.25em;
	line-height: 150%;
}

.clear {
	clear: both;
	}

/* Q&Aの行頭揃え */
dl.sampleList {
    overflow: hidden;
    zoom: 1;
}

dl.QA dt {
    width: 2em;
    float: left;
    clear: both;
    font-weight: bold;
}

dl.QA dd {
    padding: 0 0 0.5em 2em;
}

/* リストの数字を括弧つきにする */
p.num {
    text-indent: -2em;
    margin-left: 2em;
    counter-increment: calc-ex9;
}
p.num:before {
    content: '('counter(calc-ex9)')';
    display: inline-block;
    width: 2em;
    text-indent: 0;
	font-weight: bold;
	color: #3366cc;
	font-size: 16px;
	line-height: 1.5em;
}


/* 影のエフェクト */
.effect
{
  	position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.title-menu{
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 4px;
}

.title-contents {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 4px;
}

.title-line-contents{
	width: auto;
	margin-top: -0.5em;
	margin-bottom: 1em;
	border-bottom: dotted thin #036eb8;
}


div.img {
	float: left;
	width: 160px;
	height: 160px;
	margin-right: 16px;
	margin-bottom: 24px;
}

div.img_text {
	width: auto;
	height: auto;
}

.bnn {
	clear:both;
	text-align: center;	
}

.amz {
	text-align: center;	
	font-weight: bold;
	font-size:  1.15em;
}


.index {
	color: #036eb8;
}

.line01 {
	width: 400px;
	border-bottom: dotted thin #036eb8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	margin-bottom: 1em;
}
.line02 {
	width: 400px;
	border-bottom: dotted thin #036eb8;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	margin-bottom: 2em;
}

p.staff {
	text-align: center;
}


/* フッタ */
div#footerBox   {
	position: absolute;	
	bottom: 0;
	width: 100%;
	height: 2em;
	color: #000;
	text-align: center;
}

/* リンク */
a {
	cursor: pointer;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}


/* リンクの設定 */
a:link {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	}
a:visited {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}
a:active {
	color: #cccccc;
	font-style: normal;
	font-weight: bold;
	}
a:hover {
	color: #cccccc;
	font-style: normal;
	font-weight: bold;
	}
	
	
/* ソーシャルボタンの設定 -------------------------------------------*/

#sbtn{
	 text-align: right;
	 margin: 16px 32px -20px 0;
	 }
	 
#sbtn-index{
	 text-align: right;
	 margin: 4px 0 8px 0;
	 }

#sbtn-side {
	background-color: #eeeeee;
	padding: 1em;
    font-size: 12px;
	position: fixed;
	top: 94px;
	right: 0px;
	width: 32px;
	
	border-top-left-radius: 8px; 
	border-bottom-left-radius: 8px;
	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;

	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	}

#sbtn-line {
	margin: 0 0 12px 0;
	background-image: url(../img/line_32.png);
	height: 2px;
	width: 32px;
	}
