@charset "UTF-8";

body{
	text-align: center;
	background-color:#FFF;
}
html,body{
	height:100%;
	background:#FFF;
    margin: 0; padding: 0;
}

/* ------ 共通ボタン ------ */

a:link{color: #649600; text-decoration:underline;}
a:visited{color: #649600; text-decoration:underline;}
a:hover{opacity: 0.8; text-decoration:none;}
a:active{color: #649600; text-decoration:underline;}
a:focus{color: #649600; text-decoration:underline;}

a:visited img{
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
}
a:hover img{
	-moz-opacity:0.7;
	opacity:0.7;
	filter:alpha(opacity=70);
}

/*------------reset------------*/

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;
    font-weight: normal;
}
b{
    font-weight: bold;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
    vertical-align: middle;
	width: 100%;
	height: auto;
    flex-shrink: 0;
}
i{
    font-style:normal;
}
figure {
	overflow: hidden;
}
figcaption {
    margin-top: 5px;
}
table{
    width:100%;
    table-layout: fixed;
}
td{
	border:1px solid #E6E6E6;
	padding:10px;
	background:#FFF;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

th{
	border:1px solid #E6E6E6;
	padding:10px;
	background:#F5F5F5;
	white-space:nowrap ;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    box-sizing: border-box;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*table01*/
.table01 td{
    text-align: center;
}
.table01 th{
    text-align: center;
}
/*table02*/
.table02 td{
    text-align: left;
}
.table02 th{
    text-align: center;
}

/*PC・モバイル表示切り分け*/
.only_pc{
    display: block;
}
.only_mobile{
    display: none;
}



/*    ------------ フォント表示 ------------    */

@font-face { 
    font-family: "Ionicons"; src: url("../font/ionicons.eot?v=2.0.0"); src: url("../font/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"), url("../font/ionicons.ttf?v=2.0.0") format("truetype"), url("../font/ionicons.woff?v=2.0.0") format("woff"), url("../font/ionicons.svg?v=2.0.0#Ionicons") format("svg"); font-weight: normal; font-style: normal; 
}

html{
	font-size: 62.5%;
    font-weight: normal;
	height:100%;
    overflow:auto;
}
body{
  	width:100%;
	background-color:#FFF;
	color:#332e2e;
	position: relative;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
	font-size:1.3rem;
	margin:0;
	padding:0;
	min-height:100%;
	height:auto !important;
	height:100%;
    overflow: hidden;
    min-width:100%;
}

.font-min{ 
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.font-go{ 
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS P Gothic",Verdana, Arial, Helvetica, sans-serif;
}

/*    ------------ レイアウト ------------    */
.container{
    text-align: center;
}
.toplogo{
    width:30%;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 50px;
}

.catchtext{
    width:50%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: left;
    line-height: 2;
    word-break:break-all;
}
.skill{
    display: inline-flex;
    justify-content:center;
    flex-wrap: wrap;
    width:50%;
    margin: 0 auto;
    margin-bottom: 100px;
}
.skill li{
    margin: 10px;
}
.skill li img{
    height:30px;
    width:auto;
}

