﻿/************************************** 
リファラーつまり参照用のクラス定義です。
どこでも使える簡単なセレクタを増やしていきます。
カスケード指定しないでください。
 **************************************/
 



/* フォント指定 */
.txt-small {
 font-size:80%;
}

.small{
  font-size: small;
}

.normal{
  font-size:90%;
}

.big {
  font-size: 150%;
}

.big2 {
  font-size: 200%;
}

.big1 {
  font-size: 120%;
}

.bold {
	font-weight:bold;
}

.text10px{
  font-size: 10px;
}


/* 行揃え指定 */
.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/* 文字上下指定 */
.vertical-top{
  vertical-align: top; 
}

.vertical-bottom {
  vertical-align: bottom ; 
}


/*オブジェクト配置*/
.float_right{
  float:right;
}
.float_left{
  float:left;
}
.clear_both{
  clear:both;
}

/* IE6回り込み時のバグ回避 */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* デザイン調整用リファレンスセレクタ 
（レファレンス用に定義、一時的な調整に使用） */


/* 文中画像の回り込み */
.img-right {
	float: right;
	margin:0px 0px 10px 10px;
}
.img-left {
	float: left;
	margin:0px 10px 10px 0px;
}

.img-border {
	border:solid 1px #666666;
}

.img-border02 {
	border:solid 4px #CCCCCC;
}

.img-border03 {
	border:solid 4px #FFFFFF;
}


/*レイアウト用 上部スペース*/
.mrg-5px{
  margin-top: 5px;
}
.mrg-10px{
  margin-top: 10px;
}
.mrg-15px{
  margin-top: 15px;
}
.mrg-20px{
  margin-top: 20px;
}
.mrg-30px{
  margin-top: 30px;
}

.mrg-40px{
  margin-top: 40px;
}

.pd-10px{
	padding:10px;
}


/* 色の指定を行います。 */

.pink {
	color:#F54E5F;
}

.pink02 {
	color:#D63048;
}

.pink_b {
	color:#F54E5F;
	font-weight:bold;
}
. {
	color:#A70000;
}

.red02{
	color:#DB4939;
}



.red_b {
	color:#A70000;
	font-weight:bold;
}

.blue { /*color:#000099;*/
	color:#01108D;
}

.blue02 { /*color:#000099;*/
	color:#2C55A3;
}
.blue03 { /*color:#000099;*/
	color:#332DAB;
}

.blue_b {
	/*color:#000099;*/
	color:#01108D;
	font-weight:bold;
}
.green {
	color:#008906;
}
.green_b {
	color:#008906;
	font-weight:bold;
}
.orange_b {
	color:#FF6600;
	font-weight:bold;
}

.orange{
  color: #FF6600;
}

.black {
	color:#333333;
}

.white {
	color:#FFFFFF;
}

.purple{
	color:#660099;
}

.brown{
	color:#660000;
}

}
.att { /*警告用赤文字*/
  color: #CC0000;
}

.att02{/* 警告用※ */
  font-size: 10px;
  vertical-align:top;
}

.read_text {/*ご案内分　文字色ブルー*/
  font-weight: bold;
  color: #438BD0;
}

.red {
	color: #CC0000;
}
.red_b {
	font-weight: bold;
	color: #CC0000;
}



/* 背景指定*/

.bk_gray{
	background-color:#CCCCCC;
	padding:5px;
	text-align:center;

}

.bk_gray02{
	background-color:#EEEEEE;
	padding:5px;
}
.bk_gray03{
	background-color:#F6F6F6;
}
					
.bk_white{
	background-color:#FFFFFF;
	padding:5px;
}

.bk_orange{
	background-color:#FFF0E1;
	padding:0px 5px 5px 5px;
}

.bk_orange02{
	background-color:#EAAA02;
	padding:5px;
	color:#FFFFFF;
}

.bk_orange03{
	background-color:#FFF3D0;
	padding:0px 5px 5px 5px;
}

.bk_orange04{
	background-color:#FEF2E0;
	padding:0px 5px 5px 5px;
}

bk_yellow{
	background-color:#FFFBDF;
}

.weight900{
	font-weight: 900; 
}
.pageTitle_f3 {
	width:700px;
	height:20px;
	background:url(../img/sps_cate_h1bg.gif);
	border: solid 0px #FF0000;
}
.bk_blue01{
	background-color:#E8F2FD;
	padding:5px;
}

.bk_pink{
	background-color:#DB4939;
	padding:5px;
	color:#FFFFFF;
}

/* ↑contents内テキスト用 */


div.subtitle{
	margin:10px 0px 10px 0px;
	padding:0px 0px 0px 23px;
	background:url(../img/icon_ya.gif) left no-repeat;
	font-size:100%;
	color:#CC0000;
	font-weight:bold;
}

div.subtitle02{
	margin:5px 5px 5px 10px;
	padding:3px 3px 3px 23px;
	background:url(../img/icon_ya02.gif) left no-repeat;
	font-size:100%;
	color:#438BD0;
	font-weight:bold;
}


/*汎用ポジション*/
.indent {
  margin-left: 25px;
}

/*入力フォーム*/
.form {
  text-align: left;
}

#flow{
  width: 90%;
  margin: 0px auto;
  font-size: 90%;
}

/*ドメイン取得関連*/
.tab_a{/*開いているタブ*/
	background-color: #3399FF;
	border: 2px solid #3399FF;
	width: 258px;
	color: #FFFFFF;
	font-weight: bold;
}

.tab_b{/*閉じているタブ*/
	background-color: #FFFFFF;
	border: 2px solid #3399FF;
	width: 258px;
	color: #3399FF;
	font-weight: bold;
}
.tab_b a{
	text-decoration:none;
	color: #3399FF;
}
.tab_b a:visited{
	text-decoration:none;
	color: #3399FF;
}
.tab_b a:hover{
	text-decoration:none;
	color: #3399FF;
}

.tab_bar{
	width: 520px;
	height: 1px;
	background-color: #3399FF;
	border: 2px solid #3399FF;
}

tr.domain_box{
	width: 520px;
	border: 2px solid #3399FF;
	border-collapse: collapse;
}
td.number{
	background-color: #66CCFF;
	width: 30px;
}
td.cont{
	padding: 2px 10px;
	border: 2px solid #3399FF;
}

/* ボックス */
.dot{
	border: 1px dashed #000000;
	margin: 10px;
}

.grayBox{
	border: 2px solid #CCCCCC;
	background-color:#F8F5FA;
	padding:10px;
	margin: 10px;
}


.sdmlmag {
	line-height: 140%;
	padding: 5px;
	margin-top: 3px 0px;
}
.sdmlmag a {
	background-image: url(../img/icon_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	margin: 0px;
	padding-left: 15px;
}

#qa {
	width: 650px;
	margin: 10px auto 0 auto;
}

#qa h3 {
	background: url(../img/question.gif) no-repeat;
	margin:10px 0px 0px 20px;
	padding: 3px 0px 0px 30px;
	font-size: 100%;
	color: #868686;
}

#qa div.qaBox {
	border: solid 0px #F00;
	background: url(../img/answer.gif) no-repeat;
	padding: 0px 0px 0px 30px;
	margin: 5px 0px 20px 20px;
	border-bottom: 1px solid #000000;
}

#qa div.qaBox div{
	color: #FF6600;
	margin:10px 10px 15px 0px;
}

#qa div p {
	line-height:1.4;
	margin-bottom:0.5em;
}

h5.style01{
	font-size: 100%;
	margin:10px 0px;
	line-height:130%;
}

/*FAQ関連*/
h2.title{
  font-size: 95%;
}


