@charset "utf-8";

*	{
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka, san-self;
}

body, h1, h2, h3, h4, h5, p, ul, li, dl, dt, dd, form	{
	margin:0;
	padding:0;
	list-style:none;
}


/* フロート解除用css
--------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
    display: inline-table;
    min-height: 1%;
}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* End hide from IE-mac */



/* for IE7 \*/

*+html .clearfix { display: inline-block; }

/* */



/* フロート解除ここまで 
--------------------------------------------------*/



/* base css
--------------------------------------------------*/

.ov	{}

.img	{
	font-size:1px;
	line-height:1;
}

hr	{display: none;}

em,strong	{
	font-weight: bold;
	font-style:normal;
}



/* リンク画像 */

a img	{
	border: 0;
}



/* リンクテキスト */

a:link,
a:visited	{
	color:#FF4411;
	text-decoration:none;
}

a:hover {
	color:#FF4411;
	border:none;
	text-decoration:underline;
}



/* Safari only \*/

html:\66irst-child a:hover {
	text-decoration:none;
 border-width:0 0 1px 0;
	border-style:solid;
}

/* */

/* もっと見る */

.more-link {
	height:12px;
	font-size:10px;
	margin-top:5px;
	text-align:right;
}

.more-link a {
	padding:2px 0 2px 15px;
	background:url(https://ct.potora.jp/images/common/icon_link.gif) no-repeat left center;
}

.back-link a {
	padding:2px 0pt 2px 15px;
	background:url(https://ct.potora.jp/images/common/icon_back.gif) no-repeat left center;
}


html .his-back	{

	color:#333333;

	font-size:90%;

	font-weight:bold;

	text-align:center;

}

html .his-back a:link,

html .his-back a:visited,

html .his-back a:hover	{

	color:#333333;

	padding:4px 0 2px 16px;

	background:url(https://ct.potora.jp/images/common/icon_arrow_02.gif) no-repeat 0 0.3em;

}

html .close	{

	color:#333333;

	font-weight:bold;

	text-align:right;
	

}

html .close a:link,

html .close a:visited,

html .close a:hover	{

	color:#333333;

	padding:4px 0 2px 16px;

	background:url(https://ct.potora.jp/images/common/btn/icon_close.gif) no-repeat 0 0.3em;
	
}



/* base cssここまで

--------------------------------------------------*/


