@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
	display:block;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}



input, select {
	vertical-align:middle;
}

ol, ul {
	list-style-type:none;
}

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


body {
	font: 100%/1.4 Helvetica  "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #777;
	background:url(images/digicool_logoimage.jpg) no-repeat right top fixed;
	background-color:#fff;
}

a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他のすべてのエレメントを囲みます。~~ */
.container {
	width: 960px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {

	padding: 10px 30px;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、.container で overflow:hidden が削除されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.container .content table {
	width:480px;
}
.container .content table tr th {
	padding:5px;
	border:1px solid #ececec;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}
.container .content table tr td {
	padding:5px;
	border:1px solid #ececec;
	font-size:12px;
	text-align:left;
}

h1,h2 {
	font-size:16px;
	line-height:1em;
	margin:0 0 10px 0;
	padding-top:30px;
	clear:both;
}

#footer {
	clear:both;
	text-align:center;
	font-size:10px;
	font-family:helvetica;
	padding:30px 0;
}

li {
	float:left;
	margin:0 5px 0 0;
}


/* App */
.box {
	float:left;
	width:200px;
	margin:0 15px 15px 0;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border:1px solid #ececec;
	background-color:#fff;
	padding:10px 15px 15px;
	-webkit-box-shadow:#888 1px 2px 3px;
}
.box h3 a {
	color:#666;
	text-decoration:none;
	font-size:14px;
	line-height:30px;
	margin:0 0 10px 0;
}
.thumbImg {
	display:block;
	width:100%;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fbfbfb),  color-stop(0.00, #e1e1e1));
	background: -moz-linear-gradient(top, #e1e1e1, #fbfbfb);
	background-color:#e1e1e1;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
}
.thumbImg img {
	height:100px;
	width:100px;
	margin:10px;
}
.thumbTxt {
	display:block;
	width:100%;
	text-align:left;
	font-size:11px;
	line-height:1.6em;
	padding:10px 0;
	min-height:100px;
}
.moreButton a {
	display:block;
	width:95%;
	background-color:#efefef;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	-webkit-box-shadow:#888 1px 2px 3px;
	padding:5px;
	margin:10px 0 0 0;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#666;
}
.moreButton a:hover {
	display:block;
	width:95%;
	background-color:#cacaca;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-align:center;
	-webkit-box-shadow:#888 1px 2px 3px;
	padding:5px;
	margin:10px 0 0 0;
	display:block;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

.facebook_frame_i {
	display:none;
}

