@charset "UTF-8";
/*\*/

/*------------------------------
サイト名：175R 携帯コンテンツ一覧ページ
作成日：2009.10.13
修正日：2009.10.13
ガイドライン：Ver.01
製作者：株式会社エムアップ
------------------------------*/

/* ------------------------------------
 * 標準スタイルのリセット＋共通スタイルのインポート
 * ------------------------------------ */
@import "reset.css";


/* ------------------------------------
 * 共通設定・デフォルト値の再定義
 * ------------------------------------ */
 
body {
	color: #000;
	background-color: #000;
	font:12px/1.231 "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	*font-size: small;
	*font: x-small;
	text-align: center;
}

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

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

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}
/* End hide from IE-Mac */

.clear {
	clear: both;
}


/* ------------------------------------
 * リンク
 * ------------------------------------ */
 
a {
	cursor: pointer;
	outline: none;
}

a:link {
	color: #f00;
	text-decoration: none;
}

a:visited {
	color: #f00;
	text-decoration: none;
}

a:hover {
	color: #c00;
	text-decoration: underline;
}

a:active {
	color: #c00;
	text-decoration: underline;
}


/* ------------------------------------
 * ベーシックレイアウト
 * ------------------------------------ */
 
#container {
	margin: 0 auto;
 	width: 800px;
	text-align: left;
}

#header {
	margin: 30px 0 40px 0;
	height:	185px;
}

#content {
	width: 800px;
}

#content .wrapper { /*フロート時 */
	width: 100%;
}

#footer {
	margin-bottom: 50px;
	text-align: center;
}

#footer address {
	padding-top: 10px;
	color: #fff;
	font-size: 93%;
}



/* ------------------------------------
 * ブロックごとの設定
 * ------------------------------------ */
 
/* 枠 */

#content .section {
	margin-bottom: 20px;
	padding-bottom: 5px;
	background: url(../img/contentsFooter.jpg) bottom no-repeat;
}

#content .section .unit {
	background: url(../img/contentsBg.jpg) repeat-y;
}

#content .section .unit h2.title {
	width: 630px;
	height: 47px;
}

#content .section .unit ul {
	padding-left: 15px;
	padding-bottom: 10px;
}

#content .section .unit li.i-mode {
	padding: 30px 0 0 25px;
	background: url(../img/i-mode.jpg) left 10px no-repeat;
}

#content .section .unit li.ezweb {
	padding: 30px 0 0 25px;
	background: url(../img/ezweb.jpg) left 10px no-repeat;
}

#content .section .unit li.yahoo {
	padding: 30px 0 0 25px;
	background: url(../img/yahoo.jpg) left 10px no-repeat;
}

#content .section .unit .box {
	float: left;
	width: 630px;
}

#content .section .unit .boxQR {
	float: left;
	width: 170px;
	text-align: right;
}

#content .section .unit .boxQR h2.logo {
	width: 170px;
}

#content .section .unit .boxQR img.qr {
	padding-right: 9px;
}



/* フォントサイズ */

.text9 {
	font-size: 77%;
}

.text10 {
	font-size: 85%;
}

.text11 {
	font-size: 93%;
}

.text12 {
	font-size: 100%;
}

.text13 {
	font-size: 108%;
}

.text14 {
	font-size: 116%;
}

.text15 {
	font-size: 123.1%;
}

.text16 {
	font-size: 131%;
}

.text17 {
	font-size: 138.5%;
}

.text18 {
	font-size: 146.5%;
}

.text19 {
	font-size: 153.9%;
}

.text20 {
	font-size: 161.6%;
}

.text21 {
	font-size: 167%;
}

.text22 {
	font-size: 174%;
}

.text23 {
	font-size: 182%;
}

.text24 {
	font-size: 189%;
}

.text25 {
	font-size: 197%;
}